Index: Source/core/inspector/InspectorInstrumentation.cpp |
diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp |
index 4029db903331a586f9b287da8479a64df5113755..de2e6c91f30693313643f82b3cabeb88522fe475 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.cpp |
+++ b/Source/core/inspector/InspectorInstrumentation.cpp |
@@ -207,7 +207,7 @@ InstrumentingAgents* instrumentingAgentsFor(EventTarget* eventTarget) |
return instrumentingAgentsFor(eventTarget->executionContext()); |
} |
-InstrumentingAgents* instrumentingAgentsFor(RenderObject* renderer) |
+InstrumentingAgents* instrumentingAgentsFor(LayoutObject* renderer) |
{ |
return instrumentingAgentsFor(renderer->frame()); |
} |