| Index: Source/core/html/HTMLTableSectionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableSectionElement.cpp b/Source/core/html/HTMLTableSectionElement.cpp
|
| index f171207f845e550168540c9780b264265a952aa0..e4b426602872a1a501947b7307e3805b1a76381b 100644
|
| --- a/Source/core/html/HTMLTableSectionElement.cpp
|
| +++ b/Source/core/html/HTMLTableSectionElement.cpp
|
| @@ -25,8 +25,8 @@
|
| #include "config.h"
|
| #include "core/html/HTMLTableSectionElement.h"
|
|
|
| -#include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/ElementTraversal.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/html/HTMLCollection.h"
|
|
|