Index: Source/core/html/HTMLTableRowElement.cpp |
diff --git a/Source/core/html/HTMLTableRowElement.cpp b/Source/core/html/HTMLTableRowElement.cpp |
index df3fd53f2851dac2d9f537cb2ae45e38c3d5afdc..2aadf0ba3e390ed5c309c17121c95628abe7270b 100644 |
--- a/Source/core/html/HTMLTableRowElement.cpp |
+++ b/Source/core/html/HTMLTableRowElement.cpp |
@@ -25,8 +25,8 @@ |
#include "config.h" |
#include "core/html/HTMLTableRowElement.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" |