| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index f00c62187d482c16b6c717097f759361b4036b09..e17f151fee8c0ed3f867152d68d8097494d93ce6 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -51,16 +51,11 @@
|
|
|
| namespace blink {
|
|
|
| -struct CSSParserString;
|
| class Document;
|
| -class Element;
|
| class EventTarget;
|
| class ExecutionContext;
|
| -class GraphicsContext;
|
| -class GraphicsLayer;
|
| class InspectorTimelineAgent;
|
| class InstrumentingAgents;
|
| -class RenderLayer;
|
| class ThreadableLoaderClient;
|
| class WorkerGlobalScope;
|
| class WorkerInspectorProxy;
|
|
|