diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 16:00:14 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 16:00:14 +0000 |
commit | 91c1719fd596d7381e359d294314b24abd02597c (patch) | |
tree | cf0f81dbe4ed8eddf65c749fce63297343fd76cb /webkit/build | |
parent | 114ed79bd30bcab7916d68ddcf3e585a3810d3ed (diff) | |
download | chromium_src-91c1719fd596d7381e359d294314b24abd02597c.zip chromium_src-91c1719fd596d7381e359d294314b24abd02597c.tar.gz chromium_src-91c1719fd596d7381e359d294314b24abd02597c.tar.bz2 |
Changes for upstreaming V8DocumentLocationCustom.cpp.
BUG=http://bugs.chromium.org/11467
TEST=Verify that Document.location works from javascript.
Review URL: http://codereview.chromium.org/108024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index f6b87d7..bd00359 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -3053,6 +3053,10 @@ > </File> <File + RelativePath="..\..\port\bindings\v8\V8DocumentLocationCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8DOMMap.cpp" > </File> |