Index: third_party/WebKit/Source/core/dom/ElementRareData.h |
diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.h b/third_party/WebKit/Source/core/dom/ElementRareData.h |
index 22763ff2b8887e7a58f2037ee4a7d6a712371f8c..f0865a40146520bdb0b021cdfe0cc31841241591 100644 |
--- a/third_party/WebKit/Source/core/dom/ElementRareData.h |
+++ b/third_party/WebKit/Source/core/dom/ElementRareData.h |
@@ -22,6 +22,7 @@ |
#ifndef ElementRareData_h |
#define ElementRareData_h |
+#include <memory> |
#include "bindings/core/v8/ScriptWrappableVisitor.h" |
#include "core/animation/ElementAnimations.h" |
#include "core/css/cssom/InlineStylePropertyMap.h" |
@@ -39,7 +40,6 @@ |
#include "core/html/ClassList.h" |
#include "platform/heap/Handle.h" |
#include "wtf/HashSet.h" |
-#include <memory> |
namespace blink { |
@@ -63,9 +63,7 @@ class ElementRareData : public NodeRareData { |
setElementFlag(TabIndexWasSetExplicitly, true); |
} |
- void clearTabIndexExplicitly() { |
- clearElementFlag(TabIndexWasSetExplicitly); |
- } |
+ void clearTabIndexExplicitly() { clearElementFlag(TabIndexWasSetExplicitly); } |
CSSStyleDeclaration& ensureInlineCSSStyleDeclaration(Element* ownerElement); |
InlineStylePropertyMap& ensureInlineStylePropertyMap(Element* ownerElement); |