Index: Source/core/inspector/InspectorInstrumentation.h |
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h |
index 41b27f0450b63ce319886b82337e11658998b14e..f00c62187d482c16b6c717097f759361b4036b09 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.h |
+++ b/Source/core/inspector/InspectorInstrumentation.h |
@@ -63,7 +63,7 @@ class InstrumentingAgents; |
class RenderLayer; |
class ThreadableLoaderClient; |
class WorkerGlobalScope; |
-class WorkerGlobalScopeProxy; |
+class WorkerInspectorProxy; |
#define FAST_RETURN_IF_NO_FRONTENDS(value) if (!hasFrontends()) return value; |