Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index b6b46f7d71c4924503cca79ec8942df4809136c7..2c4c8e6aa69730f5952edf34b18936eb511d198b 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -141,7 +141,7 @@ HTMLImageLoader* HTMLInputElement::imageLoader() |
return m_imageLoader.get(); |
} |
-void HTMLInputElement::didAddUserAgentShadowRoot(ShadowRoot*) |
+void HTMLInputElement::didAddUserAgentShadowRoot(ShadowRoot&) |
{ |
m_inputType->createShadowSubtree(); |
} |