| Index: LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
|
| diff --git a/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js b/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
|
| index 8fa5601b93c3d69938de90010ca6646d30224b52..b72b0139c994956cf4e9d137b52901c0ecd81498 100644
|
| --- a/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
|
| +++ b/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
|
| @@ -19,7 +19,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: \"");
|
| }
|
|
|
|
|
|
|