| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 14ead46003014c82dd849f5d6c28934bda888e6f..3bf193123dc6f2ba5a6a9324874110beb3cb4251 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -112,7 +112,7 @@ protected:
|
| virtual void didMoveToNewDocument(Document& oldDocument) override;
|
| virtual bool useFallbackContent() const { return m_useFallbackContent; }
|
|
|
| - virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| + virtual void didAddClosedShadowRoot(ShadowRoot&) override;
|
| virtual PassRefPtr<LayoutStyle> customStyleForRenderer() override;
|
| private:
|
| virtual bool areAuthorShadowsAllowed() const override { return false; }
|
|
|