diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 08:57:52 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 08:57:52 +0000 |
commit | f002620b54960d505f39ae0e7e42273eb78250af (patch) | |
tree | 63cf90f0969783091d700b1893b27fc37b5d5af5 /webkit | |
parent | 332eeab52b9f461f994a8322c1d7fe66e90560f5 (diff) | |
download | chromium_src-f002620b54960d505f39ae0e7e42273eb78250af.zip chromium_src-f002620b54960d505f39ae0e7e42273eb78250af.tar.gz chromium_src-f002620b54960d505f39ae0e7e42273eb78250af.tar.bz2 |
Push V8 version 1.2.2 to chromium.
This contains a bug fix for the disappearing external strings bug
(http://crbug.com/9746) as well as a couple of other bug fixes.
In addition to bug fixes, this version of V8 allows the call as
function handler registered on non-function objects to be called in
construct calls.
BUG=9746
Review URL: http://codereview.chromium.org/109011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15289 0039d316-1c4b-4281-b951-d872f2087c98
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'. |