[webkit-reviews] review granted: [Bug 116802] Turn TreeScope::focusedNode() into focusedElement(). : [Attachment 202940] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 26 18:36:59 PDT 2013


Darin Adler <darin at apple.com> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 116802: Turn TreeScope::focusedNode() into focusedElement().
https://bugs.webkit.org/show_bug.cgi?id=116802

Attachment 202940: Patch
https://bugs.webkit.org/attachment.cgi?id=202940&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=202940&action=review


> Source/WebCore/dom/TreeScope.cpp:397
> +    // FIXME: Remove this ASSERT once Document::focusedNode() returns an
Element*.

Really don’t need a FIXME here. Seems like this will happen “automatically”.


More information about the webkit-reviews mailing list