summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 14:59:51 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 14:59:51 +0000
commit38e3bfc698fa094d1e501479e5ebf1c9f220c55b (patch)
treeef8aeedab08f30e6510bc5046cc9cca1e61ebc7f
parent92e813aaeaea1b496b68b89165d4c2cc3791dad3 (diff)
downloadchromium_src-38e3bfc698fa094d1e501479e5ebf1c9f220c55b.zip
chromium_src-38e3bfc698fa094d1e501479e5ebf1c9f220c55b.tar.gz
chromium_src-38e3bfc698fa094d1e501479e5ebf1c9f220c55b.tar.bz2
Update V8 to version 1.2.14.6 to fix bug where a heap number could be
interpreted as a string in a keyed load. TBR=kmillikin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21383 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index b384d79..b61b929 100644
--- a/DEPS
+++ b/DEPS
@@ -35,7 +35,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@553",
"src/v8":
- "http://v8.googlecode.com/svn/branches/1.2@2507",
+ "http://v8.googlecode.com/svn/branches/1.2@2530",
"src/native_client":
"http://nativeclient.googlecode.com/svn/trunk/src/native_client@385",