Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index cf8ff23e6d3f33d0beaf50c0b7278d4f12b00381..456ddcd99e7c3ed6bcffafefb46e7dec196d9df0 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(); |
} |