| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index b2e304f6171cf67a079317d0cc1399a16ea01f57..db5f3b0b2f44c73ef3afdf7fcdcee96e46f19ae8 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -629,8 +629,6 @@
|
|
|
| m_lifecycle.advanceTo(DocumentLifecycle::Disposed);
|
| lifecycleNotifier().notifyDocumentWasDisposed();
|
| -
|
| - InspectorInstrumentation::documentDisposed(this);
|
| }
|
|
|
| SelectorQueryCache& Document::selectorQueryCache()
|
|
|