| 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 5e2b6e760707d059b4afbd7190fa21f1879b60ea..48be800ba4933c190ca429bf17cb94396e699a92 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -27,7 +27,6 @@
|
| #define Node_h
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/NodeOrString.h"
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/MutationObserver.h"
|
| @@ -56,6 +55,7 @@ class IntRect;
|
| class EventDispatchHandlingState;
|
| class NodeList;
|
| class NodeListsNodeData;
|
| +class NodeOrString;
|
| class NodeRareData;
|
| class QualifiedName;
|
| class RegisteredEventListener;
|
|
|