Commit 01b463f6 authored by ager@chromium.org's avatar ager@chromium.org

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
parent 44ce8376
......@@ -32,7 +32,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@532",
"src/v8":
"http://v8.googlecode.com/svn/trunk@2291",
"http://v8.googlecode.com/svn/trunk@2329",
"src/third_party/skia":
"http://skia.googlecode.com/svn/trunk@239",
......
......@@ -22,6 +22,7 @@ Frame: '<!--framePath //<!--frame0-->-->'
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.
......@@ -22,6 +22,7 @@ Frame: '<!--framePath //<!--frame0-->-->'
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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment