Index: Source/core/dom/PseudoElement.h |
diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
index 8fbd1dad77a03d5ee0bf43e7368f33127cf7720c..be135ee5c3a4e740bc35c09f5432e923c09a20b1 100644 |
--- a/Source/core/dom/PseudoElement.h |
+++ b/Source/core/dom/PseudoElement.h |
@@ -67,7 +67,7 @@ inline bool pseudoElementRendererIsNeeded(const RenderStyle* style) |
return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData()); |
} |
-DEFINE_NODE_TYPE_CASTS(PseudoElement, isPseudoElement()); |
+DEFINE_ELEMENT_TYPE_CASTS(PseudoElement, isPseudoElement()); |
} // namespace |