| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 53fb80644119a30f71622a2f85fd29f2b3a5b067..a7789551ed4c98631072d3c35ebc1d13a3a9c650 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -54,16 +54,17 @@
|
| namespace WebCore {
|
|
|
| struct CSSParserString;
|
| +class DeviceOrientationData;
|
| class Document;
|
| class Element;
|
| -class DeviceOrientationData;
|
| +class EventTarget;
|
| +class ExecutionContext;
|
| class GeolocationPosition;
|
| class GraphicsContext;
|
| class GraphicsLayer;
|
| class InspectorTimelineAgent;
|
| class InstrumentingAgents;
|
| class RenderLayer;
|
| -class ExecutionContext;
|
| class ThreadableLoaderClient;
|
| class WorkerGlobalScope;
|
| class WorkerGlobalScopeProxy;
|
| @@ -109,6 +110,7 @@ InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCook
|
| // Called from generated instrumentation code.
|
| InstrumentingAgents* instrumentingAgentsFor(Page*);
|
| InstrumentingAgents* instrumentingAgentsFor(Frame*);
|
| +InstrumentingAgents* instrumentingAgentsFor(EventTarget*);
|
| InstrumentingAgents* instrumentingAgentsFor(ExecutionContext*);
|
| InstrumentingAgents* instrumentingAgentsFor(Document&);
|
| InstrumentingAgents* instrumentingAgentsFor(Document*);
|
|
|