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 88da4b0da12bbe0c46c5cc212f66af83c1c6a10b..98c310337db4dc1ecfdd84a04e42b9325832c976 100644 |
--- a/third_party/WebKit/Source/core/dom/MutationObserver.cpp |
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.cpp |
@@ -32,7 +32,6 @@ |
#include <algorithm> |
#include "bindings/core/v8/ExceptionState.h" |
-#include "bindings/core/v8/Microtask.h" |
#include "core/dom/MutationCallback.h" |
#include "core/dom/MutationObserverInit.h" |
#include "core/dom/MutationObserverRegistration.h" |
@@ -40,6 +39,7 @@ |
#include "core/dom/Node.h" |
#include "core/html/HTMLSlotElement.h" |
#include "core/probe/CoreProbes.h" |
+#include "platform/bindings/Microtask.h" |
namespace blink { |