| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index 489ab1b6c0c39999af10afdc458f627c4acf9fa0..bcd4f9a58e7be98c44a59e9fd0214f768f94368d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -26,6 +26,8 @@
|
|
|
| #include "core/layout/LayoutTableSection.h"
|
|
|
| +#include <algorithm>
|
| +#include <limits>
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/LayoutAnalyzer.h"
|
| #include "core/layout/LayoutTableCell.h"
|
| @@ -35,8 +37,6 @@
|
| #include "core/layout/SubtreeLayoutScope.h"
|
| #include "core/paint/TableSectionPainter.h"
|
| #include "wtf/HashSet.h"
|
| -#include <algorithm>
|
| -#include <limits>
|
|
|
| namespace blink {
|
|
|
|
|