| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index 399a1c0f6671632ed40f2c6fe265451ca83618a4..d759a1e4dfe8eb951aa17d767b51e6b89c0847c1 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -134,7 +134,6 @@ public:
|
| virtual void getMatchedStylesForNode(ErrorString*, int nodeId, const bool* excludePseudo, const bool* excludeInherited, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> >& matchedCSSRules, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PseudoIdMatches> >&, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::InheritedStyleEntry> >& inheritedEntries) override;
|
| virtual void getStyleSheetText(ErrorString*, const String& styleSheetId, String* result) override;
|
| virtual void setStyleSheetText(ErrorString*, const String& styleSheetId, const String& text) override;
|
| - virtual void setPropertyText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSStyle>& result) override;
|
| virtual void setRuleSelector(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result) override;
|
| virtual void setStyleText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSStyle>& result) override;
|
| virtual void setMediaText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSMedia>& result) override;
|
| @@ -150,7 +149,6 @@ public:
|
| private:
|
| class StyleSheetAction;
|
| class SetStyleSheetTextAction;
|
| - class SetPropertyTextAction;
|
| class ModifyRuleAction;
|
| class SetElementStyleAction;
|
| class AddRuleAction;
|
|
|