Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt

Issue 253353002: Remove window.performance.webkitGet* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/inspector/console/only-one-deprecation-warning.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « LayoutTests/inspector/console/only-one-deprecation-warning.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698