| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index c0362806872208a3ece8be2c366cd087e5b36dc1..4d6422beb62959811715774c64a526b0b216787e 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -105,7 +105,7 @@ InstrumentingAgents* instrumentingAgentsFor(EventTarget*);
|
| InstrumentingAgents* instrumentingAgentsFor(ExecutionContext*);
|
| InstrumentingAgents* instrumentingAgentsFor(Document&);
|
| InstrumentingAgents* instrumentingAgentsFor(Document*);
|
| -InstrumentingAgents* instrumentingAgentsFor(RenderObject*);
|
| +InstrumentingAgents* instrumentingAgentsFor(LayoutObject*);
|
| InstrumentingAgents* instrumentingAgentsFor(Node*);
|
| InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*);
|
|
|
|
|