| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| index 385b164093db9c77eeddc2b4899394f96c9ba7cd..847b288ad50159636e8b905ad715a5879a417280 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| @@ -19,7 +19,6 @@
|
| #include "core/timing/DOMWindowPerformance.h"
|
| #include "core/timing/Performance.h"
|
| #include "platform/Timer.h"
|
| -#include "wtf/MainThread.h"
|
| #include <algorithm>
|
|
|
| namespace blink {
|
|
|