| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index cde52db26056b21cdcded81730bcaf4d97a3e370..d7ead8bdbe5698051603efb7f7235448d2a1e4fc 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -126,7 +126,7 @@ private:
|
| bool supportsSpatialNavigationFocus() const;
|
| };
|
|
|
| -DEFINE_NODE_TYPE_CASTS(HTMLElement, isHTMLElement());
|
| +DEFINE_ELEMENT_TYPE_CASTS(HTMLElement, isHTMLElement());
|
|
|
| inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType type = CreateHTMLElement)
|
| : Element(tagName, &document, type)
|
|
|