Index: third_party/WebKit/Source/core/dom/NodeRareData.h |
diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.h b/third_party/WebKit/Source/core/dom/NodeRareData.h |
index e15503e994b0eec855083ff39544abec104d3df7..5103db6194cbe99101c1a70726b6d6117c71ca65 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeRareData.h |
+++ b/third_party/WebKit/Source/core/dom/NodeRareData.h |
@@ -93,8 +93,6 @@ |
--m_connectedFrameCount; |
} |
- bool isElementRareData() const { return m_isElementRareData; } |
- |
bool hasElementFlag(ElementFlags mask) const { return m_elementFlags & mask; } |
void setElementFlag(ElementFlags mask, bool value) { m_elementFlags = (m_elementFlags & ~mask) | (-(int32_t)value & mask); } |
void clearElementFlag(ElementFlags mask) { m_elementFlags &= ~mask; } |