Chromium Code Reviews| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
| index 23ed3fa45ee3d3f74be793f08ab8c63ea652dce5..1bc59625db2709b4fdedb16c20730cda1737e324 100644 |
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
| @@ -21,6 +21,8 @@ |
| #include "platform/v8_inspector/public/V8DebuggerClient.h" |
| #include "platform/v8_inspector/public/V8ToProtocolValue.h" |
| +#include <algorithm> |
|
kozy
2016/07/12 00:32:39
For std::lower_bound
|
| + |
| using blink::protocol::Array; |
| using blink::protocol::Maybe; |
| using blink::protocol::Debugger::BreakpointId; |