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

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: Replaced counter with UnusedSlotXX 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..ace59c720d56afe6703a45d6dc52407d02976c88 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,
+ UnusedSlot10, // Removed, was DOMImplementationCreateCSSStyleSheet.
philipj_slow 2014/01/17 03:07:50 Revert this change, and note that a CL is on its w
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