Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 1b8dd6b3270f9e93e3143b61e3709e529e9aaf92..fa2c6cc0d67cbbf6594711b6b5a84ae2bfd17c1d 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -64,7 +64,7 @@ private: |
enum WrapMethod { NoWrap, SoftWrap, HardWrap }; |
- virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE; |
+ virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE; |
// FIXME: Author shadows should be allowed |
// https://bugs.webkit.org/show_bug.cgi?id=92608 |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |