Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index a3ac8df309499c52f97f936f19663c26b18d6fd3..46bd52ed4b8207b31603c754a928971e77615fe4 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -168,7 +168,6 @@ |
#include "core/rendering/TextAutosizer.h" |
#include "core/svg/SVGDocumentExtensions.h" |
#include "core/svg/SVGStyleElement.h" |
-#include "core/workers/SharedWorkerRepository.h" |
#include "core/xml/XSLTProcessor.h" |
#include "core/xml/parser/XMLDocumentParser.h" |
#include "platform/DateComponents.h" |
@@ -2009,8 +2008,6 @@ void Document::detach(const AttachContext& context) |
documentWillBecomeInactive(); |
- SharedWorkerRepository::documentDetached(this); |
- |
if (m_frame) { |
FrameView* view = m_frame->view(); |
if (view) |