diff options
3 files changed, 3 insertions, 3 deletions
@@ -32,7 +32,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@532", "src/v8": - "http://v8.googlecode.com/svn/trunk@2336", + "http://v8.googlecode.com/svn/trunk@2361", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@239", 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
|