summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 03:44:35 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 03:44:35 +0000
commita5e2f667cecad6a1eea2b0ac51498d322b57db3d (patch)
tree139f216ae764437895368bd4e0b9d8bf3ae784f2 /DEPS
parentb3e2fad0a13695466c07ce4c982fa98448e407a0 (diff)
downloadchromium_src-a5e2f667cecad6a1eea2b0ac51498d322b57db3d.zip
chromium_src-a5e2f667cecad6a1eea2b0ac51498d322b57db3d.tar.gz
chromium_src-a5e2f667cecad6a1eea2b0ac51498d322b57db3d.tar.bz2
Fix the JSC build.
This involved fixing up vcproj files and making some KJS -> JSC changes. I also had to fix some issues related to ScriptCallContext. I had to create a ScriptControllerChromium.cpp for the JSC build to provide an implementation of createScriptInstanceForWidget that knows how to talk to our plugin implementation. This file belongs in bindings/js alongside files like ScriptControllerWin.cpp, so I created webkit/port/bindings/js to house it. R=dglazkov,ojan Review URL: http://codereview.chromium.org/8947 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ea8b738..bbd8b01 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,7 @@ deps = {
"http://googletest.googlecode.com/svn/trunk@63",
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@4245",
+ "/trunk/deps/third_party/WebKit@4268",
"src/third_party/icu38":
"/trunk/deps/third_party/icu38@4040",