Index: Source/WebCore/inspector/InspectorInstrumentation.cpp |
=================================================================== |
--- Source/WebCore/inspector/InspectorInstrumentation.cpp (revision 135283) |
+++ Source/WebCore/inspector/InspectorInstrumentation.cpp (working copy) |
@@ -557,6 +557,8 @@ |
return; |
if (InspectorResourceAgent* resourceAgent = instrumentingAgents->inspectorResourceAgent()) |
resourceAgent->didRecalculateStyle(); |
+ if (InspectorPageAgent* pageAgent = instrumentingAgents->inspectorPageAgent()) |
+ pageAgent->didRecalculateStyle(); |
} |
void InspectorInstrumentation::didScheduleStyleRecalculationImpl(InstrumentingAgents* instrumentingAgents, Document* document) |