Chromium Code Reviews| Index: Source/core/dom/Document.cpp |
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
| index b64db4415dd282746cfe66f2dc37d0ce296663c4..b624312af7e4dd9fe040f124f899472a90a82f02 100644 |
| --- a/Source/core/dom/Document.cpp |
| +++ b/Source/core/dom/Document.cpp |
| @@ -596,7 +596,6 @@ void Document::dispose() |
| DocumentLifecycleNotifier::notifyDocumentWasDisposed(); |
| m_canvasFontCache.clear(); |
| - m_nodeCount = 0; |
| } |
| #endif |