| Index: LayoutTests/fast/js/script-tests/dfg-custom-getter-throw-inlined.js
|
| diff --git a/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw-inlined.js b/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw-inlined.js
|
| index b57ff9bec05edce6ecd1d59fc6eecca15bfd0429..8cbdc7fc6d5ea68d83f3c380d7619859fc1dc5ec 100644
|
| --- a/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw-inlined.js
|
| +++ b/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw-inlined.js
|
| @@ -23,7 +23,7 @@ function bar(binary) {
|
| }
|
|
|
| for (var i = 0; i < 200; ++i) {
|
| - shouldBe("bar(i >= 100)", i >= 100 ? "\"Threw exception: InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': the value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer').\"" : "\"Returned result: \"");
|
| + shouldBe("bar(i >= 100)", i >= 100 ? "\"Threw exception: InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer').\"" : "\"Returned result: \"");
|
| }
|
|
|
|
|
|
|