| 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 0f8ebc925c4136fc2ce7e113abb4d7a6cde8103f..2bd2368d3be47ff5f8edb290addf0035123272f6 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| @@ -108,8 +108,6 @@ public:
|
| void didMutateRules();
|
| void didMutate(StyleSheetUpdateType = PartialRuleUpdate);
|
|
|
| - void clearChildRuleCSSOMWrappers();
|
| -
|
| StyleSheetContents* contents() const { return m_contents.get(); }
|
|
|
| bool isInline() const { return m_isInlineStylesheet; }
|
| @@ -118,6 +116,7 @@ public:
|
| bool sheetLoaded();
|
| bool loadCompleted() const { return m_loadCompleted; }
|
| void startLoadingDynamicSheet();
|
| + void setText(const String&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|