Index: Source/core/html/HTMLTrackElement.h |
diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h |
index a0a78728323a2fa71a505b28f05530269b5ff348..6657fd51f8dcb79577f1886312203db8e51c935e 100644 |
--- a/Source/core/html/HTMLTrackElement.h |
+++ b/Source/core/html/HTMLTrackElement.h |
@@ -37,7 +37,7 @@ class HTMLMediaElement; |
class HTMLTrackElement FINAL : public HTMLElement { |
public: |
- static PassRefPtrWillBeRawPtr<HTMLTrackElement> create(Document&); |
+ DECLARE_NODE_FACTORY(HTMLTrackElement); |
const AtomicString& kind(); |
void setKind(const AtomicString&); |