Index: Source/core/html/forms/BaseButtonInputType.h |
diff --git a/Source/core/html/forms/BaseButtonInputType.h b/Source/core/html/forms/BaseButtonInputType.h |
index ee5cbf2c0ab939565c0f34e15612f6979b3b6500..63f2a37cf127efd2a4615e465c52dd98becf2a55 100644 |
--- a/Source/core/html/forms/BaseButtonInputType.h |
+++ b/Source/core/html/forms/BaseButtonInputType.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
// Base of button, file, image, reset, and submit types. |
class BaseButtonInputType : public BaseClickableWithKeyInputType { |
protected: |
- BaseButtonInputType(HTMLInputElement* element) : BaseClickableWithKeyInputType(element) { } |
+ BaseButtonInputType(HTMLInputElement& element) : BaseClickableWithKeyInputType(element) { } |
private: |
virtual void createShadowSubtree() OVERRIDE; |