Chromium Code Reviews| Index: trunk/Source/core/dom/Document.cpp |
| =================================================================== |
| --- trunk/Source/core/dom/Document.cpp (revision 169388) |
| +++ trunk/Source/core/dom/Document.cpp (working copy) |
| @@ -629,8 +629,6 @@ |
| m_lifecycle.advanceTo(DocumentLifecycle::Disposed); |
| lifecycleNotifier().notifyDocumentWasDisposed(); |
| - |
| - InspectorInstrumentation::documentDisposed(this); |
| } |
| SelectorQueryCache& Document::selectorQueryCache() |