| Index: sky/engine/web/AssertMatchingEnums.cpp
|
| diff --git a/sky/engine/web/AssertMatchingEnums.cpp b/sky/engine/web/AssertMatchingEnums.cpp
|
| index ca46e825784cd64b0c0c9539529291774ca32b77..7563208e807e14249e6bc057ae100c5c4704d635 100644
|
| --- a/sky/engine/web/AssertMatchingEnums.cpp
|
| +++ b/sky/engine/web/AssertMatchingEnums.cpp
|
| @@ -163,7 +163,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal)
|
| COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold);
|
|
|
| COMPILE_ASSERT_MATCHING_ENUM(WebNode::ElementNode, Node::ELEMENT_NODE);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebNode::AttributeNode, Node::ATTRIBUTE_NODE);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebNode::DocumentNode, Node::DOCUMENT_NODE);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebNode::DocumentFragmentNode, Node::DOCUMENT_FRAGMENT_NODE);
|
|
|