| Index: Source/core/dom/NodeRareData.cpp
|
| diff --git a/Source/core/dom/NodeRareData.cpp b/Source/core/dom/NodeRareData.cpp
|
| index b5e31865c12efa35d53dc17d9c91622271283f02..e3ee7e6d8a1190ad05ff54042d337417c73b0777 100644
|
| --- a/Source/core/dom/NodeRareData.cpp
|
| +++ b/Source/core/dom/NodeRareData.cpp
|
| @@ -58,7 +58,4 @@ void NodeListsNodeData::invalidateCaches(const QualifiedName* attrName)
|
| // Ensure the 10 bits reserved for the m_connectedFrameCount cannot overflow
|
| COMPILE_ASSERT(Page::maxNumberOfFrames < (1 << NodeRareData::ConnectedFrameCountBits), Frame_limit_should_fit_in_rare_data_count);
|
|
|
| -// Ensure all element flags fit in NodeRareData::m_elementFlags.
|
| -COMPILE_ASSERT(static_cast<unsigned>(NumberOfElementFlags) == static_cast<unsigned>(NodeRareData::ElementFlagsBits), Element_flags_should_fit_in_node_rare_data);
|
| -
|
| } // namespace WebCore
|
|
|