| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index f4768ff85f553e9b09b25918d3fd9267c0b38f3b..de8654732b2345c0ba43e3c581fb900fbce80f7b 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -176,7 +176,7 @@ private:
|
| void collectAllDocumentStyleSheets(Document*, Vector<CSSStyleSheet*>&);
|
| void collectStyleSheets(CSSStyleSheet*, Vector<CSSStyleSheet*>&);
|
|
|
| - void updateActiveStyleSheets(Document*, const Vector<CSSStyleSheet*>&);
|
| + void updateActiveStyleSheets(Document*, const Vector<CSSStyleSheet*>&, bool initial);
|
|
|
| void collectPlatformFontsForRenderer(RenderText*, HashCountedSet<String>*);
|
|
|
|
|