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

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

Issue 193443004: Undeprecate DocumentClear, CaptureEvents and ReleaseEvents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 6 years, 9 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 | « Source/core/frame/UseCounter.h ('k') | Source/core/frame/Window.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 f8d9a2a3700008b8a14ed8306fe0087ebba0725a..f0f26d4d6f254edfef24042bdf2cd69dee24d08e 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -623,9 +623,6 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedPerformanceTimeline:
return "'window.performance.webkitGet*' methods have been deprecated. Please use the unprefixed 'performance.get*' methods instead.";
- case DocumentClear:
- return "document.clear() is deprecated. This method doesn't do anything.";
-
// 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.";
@@ -634,12 +631,6 @@ String UseCounter::deprecationMessage(Feature feature)
case KeyboardEventKeyLocation:
return "'KeyboardEvent.keyLocation' is deprecated. Please use 'KeyboardEvent.location' instead.";
- case CaptureEvents:
- return "captureEvents() is deprecated. This method doesn't do anything.";
-
- case ReleaseEvents:
- return "releaseEvents() is deprecated. This method doesn't do anything.";
-
case ConsoleMarkTimeline:
return "console.markTimeline is deprecated. Please use the console.timeStamp instead.";
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698