From bc2496aadbfd048e16807257f7278c5cf1472f43 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Wed, 15 Oct 2008 21:49:17 +0000 Subject: Fork ScriptController into KJS- and V8-specific versions. The KJS files already live in third_party/WebKit/WebCore/bindings/js/; the V8 ones will now live in webkit/bindings/v8/. The V8 version is V8-specific and doesn't have any #if USE(...) junk in it anymore; this matches the KJS one. This will break the Mac and SCons builds. Review URL: http://codereview.chromium.org/7368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3424 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index ffbb70f..ad415963 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@3351", + "/trunk/deps/third_party/WebKit@3418", "src/third_party/cygwin": "/trunk/deps/third_party/cygwin@3248", -- cgit v1.1