summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-25 22:17:17 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-25 22:17:17 +0000
commit7e201be1e4a3aa8e852485235bc3cb860ed1db13 (patch)
tree23ef7796516cf5d959473d8cf01888ee2f0c7dde /DEPS
parent25fae666675bc406a4c987be5e2e2ebbd23d8b15 (diff)
downloadchromium_src-7e201be1e4a3aa8e852485235bc3cb860ed1db13.zip
chromium_src-7e201be1e4a3aa8e852485235bc3cb860ed1db13.tar.gz
chromium_src-7e201be1e4a3aa8e852485235bc3cb860ed1db13.tar.bz2
Build fix: roll DEPS to pickup WebKit's 45201
2009-06-25 Adam Langley <agl@google.com> TBRed: fix for Chromium tree. https://bugs.webkit.org/show_bug.cgi?id=26735 Fix V8IsolatedWorld to point to the correct include file. The deprecated v8_index.h was removed from the Chromium tree in r19291 and upstreamed into WebKit with r45193. However V8IsolatedWorld slipped in between the cracks and broke the build. * bindings/v8/V8IsolatedWorld.h: update with new header location. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19295 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 c914402..69acb577 100644
--- a/DEPS
+++ b/DEPS
@@ -1,7 +1,7 @@
vars = {
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
- "webkit_revision": "45193",
+ "webkit_revision": "45201",
}