diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 01:15:15 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 01:15:15 +0000 |
commit | bfc484746ae3c89634e1a1cd2edf54ab8f31e1f5 (patch) | |
tree | d9c2fe01b681c7cc753d1872f5e5e8d6fd16c82f /webkit/build | |
parent | 1ddcb86b486cca69ede1dca9bfdada8dfc49f6c2 (diff) | |
download | chromium_src-bfc484746ae3c89634e1a1cd2edf54ab8f31e1f5.zip chromium_src-bfc484746ae3c89634e1a1cd2edf54ab8f31e1f5.tar.gz chromium_src-bfc484746ae3c89634e1a1cd2edf54ab8f31e1f5.tar.bz2 |
Unfork HTMLPlugInElement.*.
TBR=dglazkov
Review URL: http://codereview.chromium.org/6520
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2924 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 0ad44a9..36d8a7c 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -4546,11 +4546,11 @@ > </File> <File - RelativePath="..\..\pending\HTMLPlugInElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPlugInElement.cpp" > </File> <File - RelativePath="..\..\pending\HTMLPlugInElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPlugInElement.h" > </File> <File |