| 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..ecd4f7cad7ced23144ad6f1618124301f2ee4dff 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/instrumentation/CoreProbes.h"
|
|
|
| namespace blink {
|
|
|
|
|