| Index: third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
|
| index 40cb25a9f374377476154ce6f91cfabf53243954..ef6d8d452cb9f1ad5618267eebaebbf15513040d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
|
| @@ -17,7 +17,7 @@ PASS String.prototype.slice.call(undefined, 1, 3) threw exception TypeError: Str
|
| PASS String.prototype.split.call(undefined, '2') threw exception TypeError: String.prototype.split called on null or undefined.
|
| PASS String.prototype.slice.call(undefined, 1, 3) threw exception TypeError: String.prototype.slice called on null or undefined.
|
| PASS String.prototype.substr.call(undefined, 1, 3) threw exception TypeError: String.prototype.substr called on null or undefined.
|
| -PASS String.prototype.substring.call(undefined, 1, 3) threw exception TypeError: String.prototype.subString called on null or undefined.
|
| +PASS String.prototype.substring.call(undefined, 1, 3) threw exception TypeError: String.prototype.substring called on null or undefined.
|
| PASS String.prototype.toLowerCase.call(undefined) threw exception TypeError: String.prototype.toLowerCase called on null or undefined.
|
| PASS String.prototype.toUpperCase.call(undefined) threw exception TypeError: String.prototype.toUpperCase called on null or undefined.
|
| PASS String.prototype.localeCompare.call(undefined, '1224') threw exception TypeError: Method invoked on undefined or null value..
|
|
|