Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 2016fdac5f15033ffd51ea4273e0c37da6d8d527..ebe97b2c38a2edb503adf198ed8707cf9f85aae0 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -73,7 +73,7 @@ private: |
SetSeletion |
}; |
- virtual void didAddUserAgentShadowRoot(ShadowRoot&) override; |
+ virtual void didAddClosedShadowRoot(ShadowRoot&) override; |
// FIXME: Author shadows should be allowed |
// https://bugs.webkit.org/show_bug.cgi?id=92608 |
virtual bool areAuthorShadowsAllowed() const override { return false; } |