| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 80606ad1a576af9279480333c498a6e4792d5305..ad1287e0968477f559c1ad351f392f5348c6f90b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -38,7 +38,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
|
|
| -// This needs to be here because Document.h also depends on it.
|
| +// This needs to be here because Element.cpp also depends on it.
|
| #define DUMP_NODE_STATISTICS 0
|
|
|
| namespace blink {
|
|
|