| 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 cea958ce9932b7a1bfa5c8157907e4e199e75a42..ca4ea9c0ebf241d8ab744d4b002e5a13f4e893ef 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -29,16 +29,13 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/MutationObserver.h"
|
| #include "core/dom/SimulatedClickOptions.h"
|
| -#include "core/dom/StyleChangeReason.h"
|
| #include "core/dom/TreeScope.h"
|
| #include "core/dom/TreeShared.h"
|
| #include "core/editing/EditingBoundary.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "core/inspector/InstanceCounters.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/weborigin/KURLHash.h"
|
| #include "wtf/Forward.h"
|
|
|
| // This needs to be here because Document.h also depends on it.
|
| @@ -87,6 +84,7 @@ class SVGQualifiedName;
|
| class ShadowRoot;
|
| template <typename NodeType> class StaticNodeTypeList;
|
| using StaticNodeList = StaticNodeTypeList<Node>;
|
| +class StyleChangeReasonForTracing;
|
| class TagCollection;
|
| class Text;
|
| class TouchEvent;
|
|
|