From 11c3b482742d87d34f702c83dc467994d93921e1 Mon Sep 17 00:00:00 2001 From: "kasperl@google.com" Date: Mon, 6 Jul 2009 08:30:02 +0000 Subject: 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 --- .../dom/xmlhttprequest-constructor-in-detached-document-expected.txt | 2 +- .../dom/xmlhttprequest-constructor-in-detached-document-expected.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit') diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index b2ff6068..ba47d1f4 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -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. PASS diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index b2ff6068..ba47d1f4 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -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. PASS -- cgit v1.1