| Index: Source/core/html/HTMLFrameElement.h
|
| diff --git a/Source/core/html/HTMLFrameElement.h b/Source/core/html/HTMLFrameElement.h
|
| index f614de8009c56289e265747f79fe1a9d58022e00..20ba93597bca87a671c28fd74c9d0b95af91dcd1 100644
|
| --- a/Source/core/html/HTMLFrameElement.h
|
| +++ b/Source/core/html/HTMLFrameElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class HTMLFrameElement FINAL : public HTMLFrameElementBase {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLFrameElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLFrameElement);
|
|
|
| bool hasFrameBorder() const { return m_frameBorder; }
|
|
|
|
|