| Index: third_party/WebKit/Source/core/dom/Iterator.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Iterator.h b/third_party/WebKit/Source/core/dom/Iterator.h
|
| index 606b36d4823dde4f5c08f68caa893823198eae75..026f594aabfef499bca0df464362995750fd4c59 100644
|
| --- a/third_party/WebKit/Source/core/dom/Iterator.h
|
| +++ b/third_party/WebKit/Source/core/dom/Iterator.h
|
| @@ -6,8 +6,8 @@
|
| #define Iterator_h
|
|
|
| #include "bindings/core/v8/ScriptValue.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|