summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 19:22:06 +0000
committerzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 19:22:06 +0000
commit400674ca7a8973c7c872605f42b88fc07f9471d7 (patch)
treeb00d5bd6b991f7ce2283cd31922051c6d0d1c2a3
parent20543ba53ab8737affb06a21149c15f772246aed (diff)
downloadchromium_src-400674ca7a8973c7c872605f42b88fc07f9471d7.zip
chromium_src-400674ca7a8973c7c872605f42b88fc07f9471d7.tar.gz
chromium_src-400674ca7a8973c7c872605f42b88fc07f9471d7.tar.bz2
Revert 114199 - Update V8 to version 3.8.0.
TBR=erik.corry Review URL: http://codereview.chromium.org/8935003 TBR=ricow@chromium.org Review URL: http://codereview.chromium.org/8907020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114243 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 29858f6..2dd23ac 100644
--- a/DEPS
+++ b/DEPS
@@ -40,7 +40,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
- "v8_revision": "10239",
+ "v8_revision": "10163",
"webrtc_revision": "1165",
"jsoncpp_revision": "246",
}
@@ -106,7 +106,7 @@ deps = {
(Var("googlecode_url") % "gyp") + "/trunk@1104",
"src/v8":
- (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
+ (Var("googlecode_url") % "v8") + "/branches/3.7@" + Var("v8_revision"),
"src/native_client":
Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),