| Index: third_party/WebKit/Source/core/css/StylePropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| index f4a3bbd703ff1e6262de8f695e58b5c3f887c455..526e003902f556bd17f66ce74f426a741bdfd1d8 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| @@ -21,6 +21,7 @@
|
| #ifndef StylePropertySet_h
|
| #define StylePropertySet_h
|
|
|
| +#include <algorithm>
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| @@ -31,7 +32,6 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|