| Index: third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.h b/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.h
|
| index ad0f41b38f9648fdb36d72a0a6144bc45551bba7..a89cb34dadc13c6fc9d558f5a1ef8a8fcfdd7f37 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.h
|
| +++ b/third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef ElementIntersectionObserverData_h
|
| #define ElementIntersectionObserverData_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "platform/bindings/ScriptWrappable.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|