Index: Source/core/inspector/InspectorInstrumentation.h |
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h |
index e17f151fee8c0ed3f867152d68d8097494d93ce6..50657448dc84d952ad8490297ab721bc56a6ba42 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.h |
+++ b/Source/core/inspector/InspectorInstrumentation.h |
@@ -54,6 +54,7 @@ namespace blink { |
class Document; |
class EventTarget; |
class ExecutionContext; |
+class FrameHost; |
class InspectorTimelineAgent; |
class InstrumentingAgents; |
class ThreadableLoaderClient; |
@@ -108,6 +109,7 @@ InstrumentingAgents* instrumentingAgentsFor(Document*); |
InstrumentingAgents* instrumentingAgentsFor(RenderObject*); |
InstrumentingAgents* instrumentingAgentsFor(Node*); |
InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*); |
+InstrumentingAgents* instrumentingAgentsFor(FrameHost*); |
// Helper for the one above. |
InstrumentingAgents* instrumentingAgentsForNonDocumentContext(ExecutionContext*); |