Index: Source/core/html/HTMLBodyElement.h |
diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h |
index fa247ff978bb32f5a56eb6c28c5d81339a7f3d24..b80c40f3c1e58f335cf34443c4b0210de6884df2 100644 |
--- a/Source/core/html/HTMLBodyElement.h |
+++ b/Source/core/html/HTMLBodyElement.h |
@@ -66,8 +66,6 @@ private: |
virtual int scrollWidth() OVERRIDE; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLBodyElement, hasTagName(HTMLNames::bodyTag)); |
- |
} //namespace |
#endif |