| Index: Source/core/html/HTMLFormControlElementWithState.cpp
|
| diff --git a/Source/core/html/HTMLFormControlElementWithState.cpp b/Source/core/html/HTMLFormControlElementWithState.cpp
|
| index 4e4acd2c9074dde776cbafaaab59b616063d2600..9e862f527565638859cd9f753ed844d0950fd3a0 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
|
|
|