| Index: third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.cpp b/third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| index 2144bbc282f5056cfd1f730b674b02b112eebe2f..f4a4da5dfd4144ba53a2e63f94a143a24fb1dde0 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "core/css/CSSFontFace.h"
|
|
|
| +#include <algorithm>
|
| #include "core/css/CSSFontFaceSource.h"
|
| #include "core/css/CSSFontSelector.h"
|
| #include "core/css/CSSSegmentedFontFace.h"
|
| @@ -33,7 +34,6 @@
|
| #include "core/frame/UseCounter.h"
|
| #include "platform/fonts/FontDescription.h"
|
| #include "platform/fonts/SimpleFontData.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|