| Index: Source/core/html/HTMLFormControlElementWithState.cpp
|
| diff --git a/Source/core/html/HTMLFormControlElementWithState.cpp b/Source/core/html/HTMLFormControlElementWithState.cpp
|
| index 33b0b82463aa6670ec801aaae7b7e888a0be6b26..4e4acd2c9074dde776cbafaaab59b616063d2600 100644
|
| --- a/Source/core/html/HTMLFormControlElementWithState.cpp
|
| +++ b/Source/core/html/HTMLFormControlElementWithState.cpp
|
| @@ -71,7 +71,7 @@ void HTMLFormControlElementWithState::notifyFormStateChanged()
|
| return;
|
|
|
| if (Page* page = frame->page())
|
| - page->chrome()->client()->formStateDidChange(this);
|
| + page->chrome().client()->formStateDidChange(this);
|
| }
|
|
|
| bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const
|
|
|