summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 13:35:51 +0000
committerkmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 13:35:51 +0000
commitf8605d2c6fec808659ebab021ae9b6b1d9851d08 (patch)
tree0fc20f236168cf7c47561f25f6fb3f5be62bc2f2
parenta5d299ce3c03a3cd81dc8d3ed242f81cbb43a55f (diff)
downloadchromium_src-f8605d2c6fec808659ebab021ae9b6b1d9851d08.zip
chromium_src-f8605d2c6fec808659ebab021ae9b6b1d9851d08.tar.gz
chromium_src-f8605d2c6fec808659ebab021ae9b6b1d9851d08.tar.bz2
Rebaseline a layout test after changing the line number of a reported
error in the V8 runtime. TEST=covered by layout tests BUG=none Review URL: http://codereview.chromium.org/502051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34828 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt2
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt2
2 files changed, 2 insertions, 2 deletions
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 96cdd23..7cd1342 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 404: Uncaught TypeError: undefined is not a function
+CONSOLE MESSAGE: line 410: 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 96cdd23..7cd1342 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 404: Uncaught TypeError: undefined is not a function
+CONSOLE MESSAGE: line 410: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS