diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 17:41:46 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 17:41:46 +0000 |
commit | d68e3ff53b0ff114e7e7f2035f345e76c6017567 (patch) | |
tree | c37e1e0e885dbca7496d3e64f99b705126c0828e /webkit/build/KJSBindings | |
parent | bc410f64b906bf3a5ca7721d73b3632fcccaeae2 (diff) | |
download | chromium_src-d68e3ff53b0ff114e7e7f2035f345e76c6017567.zip chromium_src-d68e3ff53b0ff114e7e7f2035f345e76c6017567.tar.gz chromium_src-d68e3ff53b0ff114e7e7f2035f345e76c6017567.tar.bz2 |
Implement ScriptCallContext (3/2)This is an improved (and working!) revision of http://codereview.chromium.org/7453/For Mac and Linux build guys, here's the rundown:A webkit/port/bindings/v8/ScriptCallContextV8.cppA third_party/WebKit/WebCore/bindings/js/ScriptCallContext.cpp -- this one is for KJS build onlyA third_party/WebKit/WebCore/page/ScriptCallContext.h
Review URL: http://codereview.chromium.org/7480
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3538 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> |