From 939278ac059b44439d41aab12bf552c8ae3c52d0 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 29 Sep 2014 13:20:04 +0400 Subject: deps: update v8 to 3.28.73 Reviewed-By: Fedor Indutny PR-URL: https://github.com/joyent/node/pull/8476 --- deps/v8/test/webkit/fast/js/string-anchor-expected.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deps/v8/test/webkit/fast/js/string-anchor-expected.txt') diff --git a/deps/v8/test/webkit/fast/js/string-anchor-expected.txt b/deps/v8/test/webkit/fast/js/string-anchor-expected.txt index 3a50054f11..91a8338035 100644 --- a/deps/v8/test/webkit/fast/js/string-anchor-expected.txt +++ b/deps/v8/test/webkit/fast/js/string-anchor-expected.txt @@ -32,8 +32,8 @@ PASS '_'.anchor(0x2A) is "_" PASS '_'.anchor('"') is "_" PASS '_'.anchor('" href="http://www.evil.com') is "_" PASS String.prototype.anchor.call(0x2A, 0x2A) is "42" -FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Was undefined. -FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Was null. +FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.anchor called on null or undefined. +FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.anchor called on null or undefined. PASS String.prototype.anchor.length is 1 PASS successfullyParsed is true -- cgit v1.2.1