| Index: Source/core/html/shadow/DateTimeFieldElement.h
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.h b/Source/core/html/shadow/DateTimeFieldElement.h
|
| index 896d6bc501212b24a22a5f4a6a7dccd86a0dcaf9..a2e42a9599bb25af55bd54e24df1c19b78dd8acc 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.h
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.h
|
| @@ -78,7 +78,7 @@ public:
|
| virtual String visibleValue() const = 0;
|
|
|
| protected:
|
| - DateTimeFieldElement(Document*, FieldOwner&);
|
| + DateTimeFieldElement(Document&, FieldOwner&);
|
| virtual void didBlur();
|
| virtual void didFocus();
|
| void focusOnNextField();
|
|
|