| Index: third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
|
| index db375eb500ff775dcefab243373c601b2800adbb..dbbf129de94381777673e615b6db1a72dd5489b5 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef MutationObserverRegistration_h
|
| #define MutationObserverRegistration_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/MutationObserver.h"
|
| #include "platform/bindings/ScriptWrappable.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/HashSet.h"
|
| #include "platform/wtf/text/AtomicString.h"
|
|
|