diff options
3 files changed, 3 insertions, 3 deletions
@@ -40,7 +40,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@724", "src/v8": - "http://v8.googlecode.com/svn/trunk@3121", + "http://v8.googlecode.com/svn/trunk@3167", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@894", 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 a2f718d..96cdd23 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 401: Uncaught TypeError: undefined is not a function +CONSOLE MESSAGE: line 404: 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 a2f718d..96cdd23 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 401: Uncaught TypeError: undefined is not a function +CONSOLE MESSAGE: line 404: Uncaught TypeError: undefined is not a function Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document. PASS |