| Index: Source/core/html/HTMLPictureElement.h
|
| diff --git a/Source/core/html/HTMLPictureElement.h b/Source/core/html/HTMLPictureElement.h
|
| index e93e7696b30bfcd64993fd0641d2759fa403bd61..c5cb0f501fdec6ad89d2c745e5917609a1b31dbe 100644
|
| --- a/Source/core/html/HTMLPictureElement.h
|
| +++ b/Source/core/html/HTMLPictureElement.h
|
| @@ -11,7 +11,7 @@ namespace WebCore {
|
|
|
| class HTMLPictureElement FINAL : public HTMLElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(HTMLPictureElement);
|
| + DECLARE_NODE_FACTORY(HTMLPictureElement);
|
|
|
| void sourceOrMediaChanged();
|
|
|
|
|