Chromium Code Reviews| 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, |