summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorcira@chromium.org <cira@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 19:58:57 +0000
committercira@chromium.org <cira@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 19:58:57 +0000
commit7d4bd99956d2f4541f174244ee2454c4c73a3f82 (patch)
tree7d5a9fb8af49151a647f13cccb6e70a220f72163 /DEPS
parent23bcc41dd1679b401ce42d4774901e25d770196a (diff)
downloadchromium_src-7d4bd99956d2f4541f174244ee2454c4c73a3f82.zip
chromium_src-7d4bd99956d2f4541f174244ee2454c4c73a3f82.tar.gz
chromium_src-7d4bd99956d2f4541f174244ee2454c4c73a3f82.tar.bz2
Roll v8-i18n 157:158
Fixes a crash when creating ObjectTemplate instance. BUG=161999 TEST=Chrome should pass the test case in the bug. Review URL: https://chromiumcodereview.appspot.com/11280102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169106 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 20312fe..d433a41 100644
--- a/DEPS
+++ b/DEPS
@@ -165,7 +165,7 @@ deps = {
(Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
"src/third_party/v8-i18n":
- (Var("googlecode_url") % "v8-i18n") + "/trunk@157",
+ (Var("googlecode_url") % "v8-i18n") + "/trunk@158",
# When roll to another webgl conformance tests revision, please goto
# chrome/test/gpu and run generate_webgl_conformance_test_list.py.