| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 66e1ce94574b36816bcd4ed49b4f002e671f9cc9..cd42bdd54dcac36c8de2c4ca94086fe18b6127f0 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -39,6 +39,7 @@
|
| #include "core/dom/DocumentLifecycle.h"
|
| #include "core/dom/DocumentLifecycleNotifier.h"
|
| #include "core/dom/DocumentLifecycleObserver.h"
|
| +#include "core/dom/DocumentStatisticsCollector.h"
|
| #include "core/dom/DocumentTiming.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/dom/MutationObserver.h"
|
| @@ -1391,6 +1392,8 @@ private:
|
|
|
| PersistentWillBeMember<CanvasFontCache> m_canvasFontCache;
|
|
|
| + DocumentStatisticsCollector m_statisticsCollector;
|
| +
|
| int m_nodeCount;
|
| };
|
|
|
|
|