Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index f73ba7e0553451e7b47d6f0c29d1c0c1445997f0..1ba4474b94d581ca1bf235e0a9a69d4b30197496 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/Source/core/html/HTMLFrameOwnerElement.h |
@@ -77,7 +77,7 @@ private: |
SandboxFlags m_sandboxFlags; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLFrameOwnerElement, isFrameOwnerElement()); |
+DEFINE_ELEMENT_TYPE_CASTS(HTMLFrameOwnerElement, isFrameOwnerElement()); |
class SubframeLoadingDisabler { |
public: |