summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-19 14:58:28 +0000
committerricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-19 14:58:28 +0000
commit2726b3885ad7dc921e56be2258e3fb17ea12413d (patch)
tree730c1d9de0573e4bab358e86c66a097010ba39cc
parentec6d53570bc88610a951a67343974ff7206c80f5 (diff)
downloadchromium_src-2726b3885ad7dc921e56be2258e3fb17ea12413d.zip
chromium_src-2726b3885ad7dc921e56be2258e3fb17ea12413d.tar.gz
chromium_src-2726b3885ad7dc921e56be2258e3fb17ea12413d.tar.bz2
Update V8 to version 3.8.1.
TBR=foo Review URL: http://codereview.chromium.org/8993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114984 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 1ef7974..2772d13 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": "10163",
+ "v8_revision": "10275",
"webrtc_revision": "1165",
"jsoncpp_revision": "246",
}
@@ -106,7 +106,7 @@ deps = {
(Var("googlecode_url") % "gyp") + "/trunk@1107",
"src/v8":
- (Var("googlecode_url") % "v8") + "/branches/3.7@" + Var("v8_revision"),
+ (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
"src/native_client":
Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),