| Index: WebCore/inspector/InspectorCSSAgent.h
|
| ===================================================================
|
| --- WebCore/inspector/InspectorCSSAgent.h (revision 73033)
|
| +++ WebCore/inspector/InspectorCSSAgent.h (working copy)
|
| @@ -66,7 +66,7 @@
|
| void getAllStyles2(RefPtr<InspectorArray>* styles);
|
| void getStyleSheet2(const String& styleSheetId, RefPtr<InspectorValue>* result);
|
| void getStyleSheetText2(const String& styleSheetId, String* url, String* result);
|
| - void setStyleSheetText2(const String& styleSheetId, const String& text);
|
| + void setStyleSheetText2(const String& styleSheetId, const String& text, bool* success);
|
| void setPropertyText2(const RefPtr<InspectorObject>& styleId, long propertyIndex, const String& text, bool overwrite, RefPtr<InspectorValue>* result);
|
| void toggleProperty2(const RefPtr<InspectorObject>& styleId, long propertyIndex, bool disable, RefPtr<InspectorValue>* result);
|
| void setRuleSelector2(const RefPtr<InspectorObject>& ruleId, const String& selector, RefPtr<InspectorValue>* result);
|
|
|