diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 15:58:12 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 15:58:12 +0000 |
commit | 99773b20f52849656195cac3d563a4fb9c1035ab (patch) | |
tree | 457bed1c567070e6d03bd8664c7dcc20718e23ea /webkit/build/KJSBindings | |
parent | 0c03b4947c75f74b5704438d09a49e0b20e23972 (diff) | |
download | chromium_src-99773b20f52849656195cac3d563a4fb9c1035ab.zip chromium_src-99773b20f52849656195cac3d563a4fb9c1035ab.tar.gz chromium_src-99773b20f52849656195cac3d563a4fb9c1035ab.tar.bz2 |
Implement ScriptCallContext (2/2)
This is not a complete change list, and should be reviewed together with http://codereview.chromium.org/7400
I will update the DEPS roll once part uno lands.
Review URL: http://codereview.chromium.org/7453
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/KJSBindings')
-rw-r--r-- | webkit/build/KJSBindings/KJSBindings.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj index 0de53be..85685bc 100644 --- a/webkit/build/KJSBindings/KJSBindings.vcproj +++ b/webkit/build/KJSBindings/KJSBindings.vcproj @@ -1954,6 +1954,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptCallContext.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptController.cpp" > </File> |