| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| index 41afe11c85185d22f509ddc551141887d1ae33c5..ae15213b3482ed59d27a5ecfa2942586ace08c6b 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
|
|
| +#include <algorithm>
|
| #include "core/dom/Node.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/Range.h"
|
| @@ -36,7 +37,6 @@
|
| #include "core/editing/markers/RenderedDocumentMarker.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/layout/LayoutObject.h"
|
| -#include <algorithm>
|
|
|
| #ifndef NDEBUG
|
| #include <stdio.h>
|
|
|