Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index c9b8fc97669a06ec15590f218f3ebb9cfa575e75..a735ef9c62a58c0703a53d555bcefe24cc2b9a12 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -138,7 +138,7 @@ private: |
DisplayState m_displayState; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLPlugInElement, isPluginElement()); |
+DEFINE_ELEMENT_TYPE_CASTS(HTMLPlugInElement, isPluginElement()); |
} // namespace WebCore |