| Index: third_party/WebKit/Source/core/html/HTMLTableColElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp b/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp
|
| index 88bc9c4e6a9165c5c558f2c4f852d73e016a2000..5fcc9f6eb6db04b0ce746f49946665703b77dd63 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp
|
| @@ -24,13 +24,13 @@
|
|
|
| #include "core/html/HTMLTableColElement.h"
|
|
|
| +#include <algorithm>
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/html/HTMLTableCellElement.h"
|
| #include "core/html/HTMLTableElement.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/layout/LayoutTableCol.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|