| Index: Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
|
| index 3ada24f542d73db64b6aa54a7c1d8d376bf0cb97..b42b9cd62ee16efc1aeb97d1b1087944c22d0627 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/Source/core/html/HTMLFrameSetElement.h
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
|
|
| class HTMLFrameSetElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLFrameSetElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLFrameSetElement);
|
|
|
| bool hasFrameBorder() const { return m_frameborder; }
|
| bool noResize() const { return m_noresize; }
|
|
|