From a4e969f4965059196ca948db781e52f7cfebf19e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 24 May 2016 08:28:08 +0000 Subject: webkitgtk-2.12.3 --- Source/WebCore/html/HTMLFormControlElementWithState.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Source/WebCore/html/HTMLFormControlElementWithState.cpp') diff --git a/Source/WebCore/html/HTMLFormControlElementWithState.cpp b/Source/WebCore/html/HTMLFormControlElementWithState.cpp index d16577f0a..57b238ec5 100644 --- a/Source/WebCore/html/HTMLFormControlElementWithState.cpp +++ b/Source/WebCore/html/HTMLFormControlElementWithState.cpp @@ -64,16 +64,6 @@ bool HTMLFormControlElementWithState::shouldAutocomplete() const return form()->shouldAutocomplete(); } -void HTMLFormControlElementWithState::notifyFormStateChanged() -{ - Frame* frame = document().frame(); - if (!frame) - return; - - if (Page* page = frame->page()) - page->chrome().client().formStateDidChange(this); -} - bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const { // We don't save/restore control state in a form with autocomplete=off. -- cgit v1.2.1