| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| index dbbcdb2a5f44f36eca2d3e73a0eb1f310c6f99f7..8d6da6baa24d1c00a82fd7114573e647be5f5d38 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/html/HTMLMediaElement.h"
|
|
|
| +#include <limits>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/Microtask.h"
|
| #include "bindings/core/v8/ScriptController.h"
|
| @@ -97,7 +98,6 @@
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/text/CString.h"
|
| -#include <limits>
|
|
|
| #ifndef BLINK_MEDIA_LOG
|
| #define BLINK_MEDIA_LOG DVLOG(3)
|
|
|