Chromium Code Reviews| Index: Source/core/css/CSSStyleSheet.h |
| =================================================================== |
| --- Source/core/css/CSSStyleSheet.h (revision 162716) |
| +++ Source/core/css/CSSStyleSheet.h (working copy) |
| @@ -64,6 +64,7 @@ |
| PassRefPtr<CSSRuleList> cssRules(); |
| unsigned insertRule(const String& rule, unsigned index, ExceptionState&); |
| + unsigned insertRule(const String& rule, ExceptionState&); // Deprecated. |
| void deleteRule(unsigned index, ExceptionState&); |
| // IE Extensions |