Bug 139791 - HTMLFormControlElement and HTMLObjectElement need not to look for an ancestor on construction
Summary: HTMLFormControlElement and HTMLObjectElement need not to look for an ancestor...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 13:47 PST by Benjamin Poulain
Modified: 2014-12-18 16:03 PST (History)
0 users

See Also:


Attachments
Patch (2.29 KB, patch)
2014-12-18 13:54 PST, Benjamin Poulain
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-12-18 13:47:22 PST
HTMLFormControlElement and HTMLObjectElement should not look for an ancestor on construction
Comment 1 Benjamin Poulain 2014-12-18 13:54:11 PST
Created attachment 243516 [details]
Patch
Comment 2 Alexey Proskuryakov 2014-12-18 15:27:35 PST
Comment on attachment 243516 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        HTMLFormControlElement and HTMLObjectElement should not look for an ancestor on construction

I would re-title this to say "need not".

"Should not" is rarely a good thing to say in a bug title :)
Comment 3 Benjamin Poulain 2014-12-18 16:03:12 PST
Committed r177538: <http://trac.webkit.org/changeset/177538>