Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 85066c88951b8a7ea5282e592e5ddf4198729531..2d95214221dc7cdfdaade1c9d6444267de122953 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -510,6 +510,10 @@ class ConsoleMessage; |
[Profiler, Inline=FastReturn] |
void consoleProfileEnd(ExecutionContext* context, const String& title); |
+ |
+ //FIXME: remove when we move console message storage from InspectorConsoleAgent to FrameConsole |
+ [Console] |
+ void adoptWorkerConsoleMessages(ExecutionContext* context, WorkerGlobalScopeProxy* proxy); |
} |
interface InspectorOverrides { |