Index: Source/core/html/shadow/HTMLShadowElement.h |
diff --git a/Source/core/html/shadow/HTMLShadowElement.h b/Source/core/html/shadow/HTMLShadowElement.h |
index 435a057386faa3a073801972297ddd4f7ffff700..e9aa02fd8faf6981d78ada7d83de6e5f4cfbc267 100644 |
--- a/Source/core/html/shadow/HTMLShadowElement.h |
+++ b/Source/core/html/shadow/HTMLShadowElement.h |
@@ -49,8 +49,6 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode* insertionPoint) OVERRIDE; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLShadowElement, hasTagName(HTMLNames::shadowTag)); |
- |
} // namespace WebCore |
#endif // HTMLShadowElement_h |