Bug 131055

Summary: Eliminate HTMLFormElement::m_shouldSubmit
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: FormsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch thorton: review+

Description Alexey Proskuryakov 2014-04-01 13:43:31 PDT
HTMLFormElement::m_shouldSubmit is confusing an unnecessary.
Comment 1 Alexey Proskuryakov 2014-04-01 13:50:25 PDT
Created attachment 228315 [details]
proposed patch
Comment 2 Tim Horton 2014-04-01 14:15:03 PDT
Comment on attachment 228315 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=228315&action=review

> Source/WebCore/ChangeLog:9
> +        - as a return value in a funciton whose return value is ignored by all callers;

funciton
Comment 3 Alexey Proskuryakov 2014-04-01 14:57:49 PDT
Committed <http://trac.webkit.org/r166615>.
Comment 4 mitz 2014-04-03 23:19:42 PDT
(In reply to comment #3)
> Committed <http://trac.webkit.org/r166615>.

See bug 131212.