From b90c160298d4e9b33daaab6513dc239a26101d43 Mon Sep 17 00:00:00 2001 From: yangguo Date: Thu, 26 Mar 2015 03:44:24 -0700 Subject: [PATCH] Update V8 to version 4.3.57.1 (cherry-pick). Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b09c6a7d..d125e47c Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=jkummerow@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1032973002 Cr-Commit-Position: refs/heads/master@{#322351} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index df82c98cdedd..8fa44c899da9 100644 --- a/DEPS +++ b/DEPS @@ -47,7 +47,7 @@ vars = { # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. 'v8_branch': 'trunk', - 'v8_revision': 'c5443d75a1e3e9b700ba41beea24b8e03fdfd80a', + 'v8_revision': 'd125e47ce6264d95ca07588a88b630007be18291', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling WebRTC # and V8 without interference from each other. -- 2.11.4.GIT