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

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

Issue 140743002: Deprecate unused feature DOMImplementationCreateCSSStyleSheet (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layout tests fix. Added deprecation message Created 6 years, 11 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/dom/DOMImplementation.idl ('k') | no next file » | 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 24fc31ac30192a0c872c5839f5c70863fc517299..744eacfb44e34d33b7944a141abc1e4ca6f6d15d 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -700,6 +700,9 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedMediaSourceOpen:
return "'WebKitMediaSource' is deprecated. Please use 'MediaSource' instead.";
+ case DOMImplementationCreateCSSStyleSheet:
+ return "'DOMImplementation.createCSSStyleSheet()' is deprecated.";
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « Source/core/dom/DOMImplementation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698