diff options
Diffstat (limited to 'webkit')
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-thrown-from-new-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-thrown-from-new-expected.txt index 08f0a04..c277e7f 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-thrown-from-new-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-thrown-from-new-expected.txt @@ -1,5 +1,5 @@ This page tests exceptions thrown from 'new' expressions. If the test passes, you'll see a series of PASS messages below. -FAIL: e1 should be 'TypeError: Result of expression 'f' [undefined] is not a constructor.' but instead is 'TypeError: undefined is not a constructor'. +FAIL: e1 should be 'TypeError: Result of expression 'f' [undefined] is not a constructor.' but instead is 'TypeError: undefined is not a function'. FAIL: e2 should be 'TypeError: Result of expression 'g' [undefined] is not a function.' but instead is 'TypeError: undefined is not a function'. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/exception-thrown-from-new-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/exception-thrown-from-new-expected.txt index 08f0a04..c277e7f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/exception-thrown-from-new-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/exception-thrown-from-new-expected.txt @@ -1,5 +1,5 @@ This page tests exceptions thrown from 'new' expressions. If the test passes, you'll see a series of PASS messages below. -FAIL: e1 should be 'TypeError: Result of expression 'f' [undefined] is not a constructor.' but instead is 'TypeError: undefined is not a constructor'. +FAIL: e1 should be 'TypeError: Result of expression 'f' [undefined] is not a constructor.' but instead is 'TypeError: undefined is not a function'. FAIL: e2 should be 'TypeError: Result of expression 'g' [undefined] is not a function.' but instead is 'TypeError: undefined is not a function'. |