Index: LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt |
diff --git a/LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt b/LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt |
index 0380d12229e88d7589e88e9f4dd43da9bbf1197a..08de2143e581bab5428e79f969071d196382c14a 100644 |
--- a/LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt |
+++ b/LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt |
@@ -1,2 +1,2 @@ |
-CONSOLE WARNING: 'window.performance.webkitGet*' methods have been deprecated. Please use the unprefixed 'performance.get*' methods instead. |
+CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
This test passes if only one deprecation warning is presented in the console. |