Commit 11c3b482 authored by kasperl@google.com's avatar kasperl@google.com

Update V8 in Chromium to version 1.2.12. This update improves performance,

adds stack trace colletion for Errors, and avoids execution stack recursion 
when parsing regular expressions.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/155082

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19939 0039d316-1c4b-4281-b951-d872f2087c98
parent 7f412a70
...@@ -32,7 +32,7 @@ deps = { ...@@ -32,7 +32,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@532", "http://gyp.googlecode.com/svn/trunk@532",
"src/v8": "src/v8":
"http://v8.googlecode.com/svn/trunk@2336", "http://v8.googlecode.com/svn/trunk@2361",
"src/third_party/skia": "src/third_party/skia":
"http://skia.googlecode.com/svn/trunk@239", "http://skia.googlecode.com/svn/trunk@239",
......
CONSOLE MESSAGE: line 205: Uncaught TypeError: undefined is not a function CONSOLE MESSAGE: line 222: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document. Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS PASS
......
CONSOLE MESSAGE: line 205: Uncaught TypeError: undefined is not a function CONSOLE MESSAGE: line 222: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document. Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS PASS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment