| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index f6c40a593d25fdc5edc6f5403a08b470a669e1ad..7300f012c30acf16777ea6449400282ca3ec949d 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -506,7 +506,7 @@ void InputType::dispatchSimulatedClickIfActive(KeyboardEvent* event) const
|
| Chrome* InputType::chrome() const
|
| {
|
| if (Page* page = element()->document()->page())
|
| - return page->chrome();
|
| + return &page->chrome();
|
| return 0;
|
| }
|
|
|
|
|