| Index: third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h b/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
|
| index 0bc1f8da5cf7035e99675f81853e86a268cebce4..02848129c66d86d4fd0dab16b783f1483780a84a 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
|
| @@ -28,6 +28,7 @@ class CSSGlobalRuleSet {
|
| public:
|
| CSSGlobalRuleSet() {}
|
|
|
| + void dispose();
|
| void initWatchedSelectorsRuleSet(Document&);
|
| void markDirty() { m_isDirty = true; }
|
| bool isDirty() const { return m_isDirty; }
|
|
|