| Index: third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.cpp b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| index 46b358d5fd2eaf18e928b2e9f7307c58f0e9b549..1b4177d6c483d5f3ca7c1fec96fb64beb124d216 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| @@ -30,10 +30,10 @@
|
|
|
| #include "core/dom/NodeRareData.h"
|
|
|
| -#include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ElementRareData.h"
|
| #include "core/page/Page.h"
|
| +#include "platform/bindings/ScriptWrappableVisitor.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|