| Index: Source/core/html/HTMLPictureElement.h
|
| diff --git a/Source/core/html/HTMLPictureElement.h b/Source/core/html/HTMLPictureElement.h
|
| index d9490eeb596b61df045bfaaf0b0b106781f2b276..80b44db4b0e1e7a01cfd487ac26ff6985fbc4c73 100644
|
| --- a/Source/core/html/HTMLPictureElement.h
|
| +++ b/Source/core/html/HTMLPictureElement.h
|
| @@ -20,7 +20,7 @@ protected:
|
| explicit HTMLPictureElement(Document&);
|
|
|
| private:
|
| - virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| + InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|