From 01b463f6ab8f50bdf5955d39c0fc520d1099d2fe Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Thu, 2 Jul 2009 09:00:29 +0000 Subject: Update V8 to version 1.2.11. This version contains a bug fix and various performance improvements. I particular it contains a reworking of the representation of the global object to improve performance. Rebaselining one layout test because of changes to the line numbers at which an error is reported. BUG=12548 TEST=none Review URL: http://codereview.chromium.org/151196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19805 0039d316-1c4b-4281-b951-d872f2087c98 --- .../http/tests/security/cross-frame-access-history-put-expected.txt | 3 ++- .../http/tests/security/cross-frame-access-history-put-expected.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'webkit') diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt index d920c58..cb892ba 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt @@ -22,6 +22,7 @@ Frame: '-->' PASS: window.history.back should be 'function () { [native code] }' and is. PASS: window.history.forward should be 'function () { [native code] }' and is. PASS: window.history.go should be 'function () { [native code] }' and is. -PASS: window.history.toString should be 'function toString() { var c = ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is. +PASS: window.history.toString should be 'function toString() { var c = _ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is. PASS: window.history.length matched the expected value. PASS: window.history.customAttribute should be 'customAttribute' and is. + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt index d920c58..cb892ba 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt @@ -22,6 +22,7 @@ Frame: '-->' PASS: window.history.back should be 'function () { [native code] }' and is. PASS: window.history.forward should be 'function () { [native code] }' and is. PASS: window.history.go should be 'function () { [native code] }' and is. -PASS: window.history.toString should be 'function toString() { var c = ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is. +PASS: window.history.toString should be 'function toString() { var c = _ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is. PASS: window.history.length matched the expected value. PASS: window.history.customAttribute should be 'customAttribute' and is. + -- cgit v1.1