Chromium Code Reviews

Unified Diff: Source/core/frame/UseCounter.cpp

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/timing/Performance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 01c94e3c8a287e962a1c354e482a60f3b944dddc..ead539dbcf924b3aacf8b8c3dbede2b9d6d4fd70 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -641,10 +641,6 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedStorageInfo:
return "'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.";
- // Performance
- case PrefixedPerformanceTimeline:
- return "'window.performance.webkitGet*' methods have been deprecated. Please use the unprefixed 'performance.get*' methods instead.";
-
// HTML Media Capture
case CaptureAttributeAsEnum:
return "Using the 'capture' attribute as an enum is deprecated. Please use it as a boolean and specify the media types that should be accepted in the 'accept' attribute.";
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/timing/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine