| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index bcff831b2393cd6ed40888a93e3cf1f29829112e..14011015f4195e0ffab6fc6b8296137dbf25031d 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -70,7 +70,7 @@ public:
|
| WeakPtr<HTMLFormElement> createWeakPtr();
|
| void didAssociateByParser();
|
|
|
| - bool prepareForSubmission(Event*);
|
| + void prepareForSubmission(Event*);
|
| void submit();
|
| void submitFromJavaScript();
|
| void reset();
|
| @@ -171,7 +171,6 @@ private:
|
| bool m_didFinishParsingChildren;
|
|
|
| bool m_wasUserSubmitted;
|
| - bool m_shouldSubmit;
|
|
|
| bool m_isInResetFunction;
|
|
|
|
|