| Index: Source/core/html/HTMLNoEmbedElement.h
|
| diff --git a/Source/core/html/HTMLNoEmbedElement.h b/Source/core/html/HTMLNoEmbedElement.h
|
| index d2c04a9084059cfed515e0cf5ba40c297b099726..1575f4d483c60c1ca2a99ac54e5419ccd47265f3 100644
|
| --- a/Source/core/html/HTMLNoEmbedElement.h
|
| +++ b/Source/core/html/HTMLNoEmbedElement.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
| // so HTMLElement's rendererIsNeeded doesn't need to know about it.
|
| class HTMLNoEmbedElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLNoEmbedElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLNoEmbedElement);
|
|
|
| private:
|
| explicit HTMLNoEmbedElement(Document&);
|
|
|