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> |