Index: Source/core/frame/FrameConsole.cpp |
diff --git a/Source/core/frame/FrameConsole.cpp b/Source/core/frame/FrameConsole.cpp |
index 193fb709ed2146b3bab04e26355ea041ae749bcb..a978cea281188067d87a90b57b9ace8f2ed7b673 100644 |
--- a/Source/core/frame/FrameConsole.cpp |
+++ b/Source/core/frame/FrameConsole.cpp |
@@ -37,6 +37,7 @@ |
#include "core/page/Chrome.h" |
#include "core/page/ChromeClient.h" |
#include "core/page/Page.h" |
+#include "core/workers/WorkerGlobalScopeProxy.h" |
#include "wtf/text/StringBuilder.h" |
namespace blink { |
@@ -111,4 +112,9 @@ void FrameConsole::unmute() |
muteCount--; |
} |
+void FrameConsole::workerGlobalScopeTerminated(WorkerGlobalScopeProxy* proxy) |
+{ |
+ InspectorInstrumentation::notifyWorkerGlobalScopeTerminated(m_frame.document(), proxy); |
+} |
+ |
} // namespace blink |