Index: Source/core/inspector/InspectorCSSAgent.h |
diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h |
index e4e2c63e9c38456b8102b63048ec51bafcc345ef..10b61d3de62ece19732fb1f0b50731f0604cb011 100644 |
--- a/Source/core/inspector/InspectorCSSAgent.h |
+++ b/Source/core/inspector/InspectorCSSAgent.h |
@@ -109,7 +109,8 @@ public: |
void willRemoveNamedFlow(Document*, NamedFlow*); |
void didUpdateRegionLayout(Document*, NamedFlow*); |
void regionLayoutUpdated(NamedFlow*, int documentNodeId); |
- void activeStyleSheetsUpdated(const Vector<RefPtr<StyleSheet> >& newSheets); |
+ void activeStyleSheetsUpdated(Document*, const Vector<RefPtr<StyleSheet> >& newSheets); |
+ void frameDetachedFromParent(Frame*); |
virtual void getComputedStyleForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >&); |
virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::CSS::CSSStyle>& attributes); |