| Index: third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.h b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| index 167da84e67658ffc8de25a2c5abdf5abdb47acc6..0be3dcfe7b02f1b6b56ffda19bfebc7429b21ee5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| @@ -64,6 +64,8 @@ public:
|
| void setDisabled(bool) override;
|
|
|
| CSSRuleList* cssRules();
|
| + CSSRuleList* maybeCssRules() const;
|
| +
|
| unsigned insertRule(const String& rule, unsigned index, ExceptionState&);
|
| unsigned insertRule(const String& rule, ExceptionState&); // Deprecated.
|
| void deleteRule(unsigned index, ExceptionState&);
|
|
|