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

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

Issue 140743002: Deprecate unused feature DOMImplementationCreateCSSStyleSheet (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 64cd844654c1eee630083dc2c6931e5d1344d23a..7ecae94612c6d14fed1573b9c97032b1c9af0e1e 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -276,7 +276,7 @@ public:
ReplaceDocumentViaJavaScriptURL,
ElementSetAttributeNodeNS, // Removed from DOM4.
ElementPrefixedMatchesSelector,
- DOMImplementationCreateCSSStyleSheet,
+ DOMImplementationCreateCSSStyleSheet, // Removed from DOM
philipj_slow 2014/01/16 11:24:22 Counters that become unused should be replaced by
CSSStyleSheetRules,
CSSStyleSheetAddRule,
CSSStyleSheetRemoveRule,
« Source/core/dom/DOMImplementation.idl ('K') | « Source/core/dom/DOMImplementation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698