| Index: third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.cpp b/third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| index af9b35afcd4e4b263eead574f5f871dd41b82c4e..50207cd337da30c9767b41971b0c82c7097e0e90 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| @@ -39,7 +39,6 @@
|
| #include "core/dom/MutationRecord.h"
|
| #include "core/dom/Node.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| -#include "wtf/MainThread.h"
|
| #include <algorithm>
|
|
|
| namespace blink {
|
|
|