| 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 bd9263fd3a8d5a93d7b43d20eb8f2443d8824bba..00beb2758dd071a0eb0d7a7ee1eded5e8abff865 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -46,13 +46,11 @@
|
|
|
| namespace blink {
|
|
|
| -class Attribute;
|
| class ContainerNode;
|
| class Document;
|
| class Element;
|
| class ElementShadow;
|
| class Event;
|
| -class EventListener;
|
| class ExceptionState;
|
| class GetRootNodeOptions;
|
| class HTMLQualifiedName;
|
| @@ -76,7 +74,6 @@ class StaticNodeTypeList;
|
| using StaticNodeList = StaticNodeTypeList<Node>;
|
| class StyleChangeReasonForTracing;
|
| class Text;
|
| -class TouchEvent;
|
|
|
| const int nodeStyleChangeShift = 18;
|
| const int nodeCustomElementShift = 20;
|
|
|