Index: LayoutTests/fast/performance/performance-mark-exceptions.html |
diff --git a/LayoutTests/fast/performance/performance-mark-exceptions.html b/LayoutTests/fast/performance/performance-mark-exceptions.html |
index 16f9f851d8687ffcbbca60a0e8b9485e6188f140..b33f45c07c7119f5505f60ba56e9ee31bfe4ff1b 100644 |
--- a/LayoutTests/fast/performance/performance-mark-exceptions.html |
+++ b/LayoutTests/fast/performance/performance-mark-exceptions.html |
@@ -31,7 +31,7 @@ |
'loadEventEnd', |
]; |
allTheThings.forEach(function(name) { |
- shouldThrow('window.performance.mark(\'' + name + '\')', '"SyntaxError: \'' + name + '\' is part of the PerformanceTiming interface, and cannot be used as a mark name."'); |
+ shouldThrow('window.performance.mark(\'' + name + '\')', '"SyntaxError: Failed to execute \'mark\' on \'Performance\': \'' + name + '\' is part of the PerformanceTiming interface, and cannot be used as a mark name."'); |
}); |
</script> |
</body> |