| 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 67c669f6afb551987887306b33dcfaf84353ac6e..259e7901aa213ab0c61ff0571432a9a86b354a0b 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/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/MutationObserver.h"
|
| #include "core/dom/SimulatedClickOptions.h"
|
| @@ -36,6 +35,7 @@
|
| #include "core/events/EventTarget.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "public/platform/WebFocusType.h"
|
|
|
|
|