| Index: third_party/WebKit/Source/core/css/StyleRule.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRule.h b/third_party/WebKit/Source/core/css/StyleRule.h
|
| index 28f7e63c1c2aa2678a9c4177c7f0e14d12a9d944..f7098ecadac418056cfe9af359b134ddbb27045a 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRule.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleRule.h
|
| @@ -85,8 +85,6 @@ protected:
|
| StyleRuleBase(const StyleRuleBase& o) : m_type(o.m_type) { }
|
|
|
| private:
|
| - void destroy();
|
| -
|
| CSSRule* createCSSOMWrapper(CSSStyleSheet* parentSheet, CSSRule* parentRule) const;
|
|
|
| unsigned m_type : 5;
|
|
|