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 85f6ebac2e8955a11ddc2b3e4dc57e9800b2a37f..6a0135dcf42033824d7e44cdae07793169f7adf1 100644 |
--- a/third_party/WebKit/Source/core/dom/MutationObserver.cpp |
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.cpp |
@@ -30,6 +30,7 @@ |
#include "core/dom/MutationObserver.h" |
+#include <algorithm> |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/Microtask.h" |
#include "core/dom/MutationCallback.h" |
@@ -39,7 +40,6 @@ |
#include "core/dom/Node.h" |
#include "core/html/HTMLSlotElement.h" |
#include "core/inspector/InspectorInstrumentation.h" |
-#include <algorithm> |
namespace blink { |