Index: third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLTableElement.cpp b/third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
index bdd13a24ba83fd54d261fe6aaba367421541ec25..642ed2356db485b02efa7d47bff59e847e8c597b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
@@ -31,8 +31,10 @@ |
#include "core/HTMLNames.h" |
#include "core/css/CSSImageValue.h" |
#include "core/css/CSSValuePool.h" |
+#include "core/css/StylePropertySet.h" |
#include "core/dom/Attribute.h" |
#include "core/dom/ElementTraversal.h" |
+#include "core/dom/ExceptionCode.h" |
#include "core/dom/NodeListsNodeData.h" |
#include "core/dom/StyleChangeReason.h" |
#include "core/html/HTMLTableCaptionElement.h" |