[webkit-reviews] review granted: [Bug 118672] Introduce toHTMLIFrameElement : [Attachment 206659] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 11:15:47 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Kangil Han
<kangil.han at samsung.com>'s request for review:
Bug 118672: Introduce toHTMLIFrameElement
https://bugs.webkit.org/show_bug.cgi?id=118672

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=206659&action=review


> Source/WebCore/dom/Document.cpp:5640
> +    return toHTMLIFrameElement(this->ownerElement());

It seems like we don't need "this->" anymore.


More information about the webkit-reviews mailing list