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

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

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
Index: LayoutTests/inspector/console/only-one-deprecation-warning.html
diff --git a/LayoutTests/inspector/console/only-one-deprecation-warning.html b/LayoutTests/inspector/console/only-one-deprecation-warning.html
index 14f02474fe2c6ef2544cac1231f3df25ce8811ce..b11b95d97b93af5f7787652cda53fe3d4dc4f028 100644
--- a/LayoutTests/inspector/console/only-one-deprecation-warning.html
+++ b/LayoutTests/inspector/console/only-one-deprecation-warning.html
@@ -5,10 +5,8 @@
if (window.testRunner)
testRunner.dumpAsText();
- // These three all map to PrefixedPerformanceTimeline
- var x = window.performance.webkitGetEntries();
- x = window.performance.webkitGetEntriesByName('');
- x = window.performance.webkitGetEntriesByType('');
+ var x = window.webkitStorageInfo;
+ var y = window.webkitStorageInfo;
</script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698