| Index: Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
|
| index b3ab715a4be268ded5066130819aa49ec1c19c27..8972b9d91e24e0d94241555dab4712460692b616 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -45,7 +45,7 @@ class InspectorFrontend;
|
| class InstrumentingAgents;
|
| class JSONArray;
|
| class ScriptDebugServer;
|
| -class WorkerContext;
|
| +class WorkerGlobalScope;
|
|
|
| typedef String ErrorString;
|
|
|
|
|