[Webkit-unassigned] [Bug 110375] Hook FormAssociatedElement, HTMLFormElement to notify EditorClient of form changes after a page has loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 12:06:55 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110375





--- Comment #11 from Adam Barth <abarth at webkit.org>  2013-02-21 12:09:17 PST ---
(From update of attachment 189372)
View in context: https://bugs.webkit.org/attachment.cgi?id=189372&action=review

> Source/WebCore/html/FormAssociatedElement.cpp:166
> +        && element->document()->frame()->loader()->isComplete()) {

frame() might return 0

It's very unlikely that you want to call isComplete from this code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list