| Index: Source/core/html/HTMLIFrameElement.h
|
| diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
|
| index 8b2c948de48d28bc4f480271f029eecaf2f44df2..9017d774a22560f81a0154d1842b73feec2d2ab3 100644
|
| --- a/Source/core/html/HTMLIFrameElement.h
|
| +++ b/Source/core/html/HTMLIFrameElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class HTMLIFrameElement FINAL : public HTMLFrameElementBase {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLIFrameElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLIFrameElement);
|
|
|
| private:
|
| explicit HTMLIFrameElement(Document&);
|
|
|