| 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 93fa73922406e6433f170c4fc83515da06e8ef5d..297cd101a81c65fc2b0ab42b7fb7200abbb3462a 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"
|
| @@ -38,8 +39,7 @@
|
| #include "core/dom/MutationRecord.h"
|
| #include "core/dom/Node.h"
|
| #include "core/html/HTMLSlotElement.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| -#include <algorithm>
|
| +#include "core/probe/CoreProbes.h"
|
|
|
| namespace blink {
|
|
|
|
|