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 88f440c12c8856771b47ae71db956cb8c2e13a4c..5abc13281956344fda56d6c4d5d271e3a584f3c6 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 |
@@ -22,7 +22,7 @@ function bar(doOpen) { |
} |
for (var i = 0; i < 200; ++i) { |
- shouldBe("bar(i >= 100)", i >= 100 ? "\"Threw exception: Error: InvalidStateError: DOM Exception 11\"" : "\"Returned result: 0\""); |
+ shouldBe("bar(i >= 100)", i >= 100 ? "\"Threw exception: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.\"" : "\"Returned result: 0\""); |
} |