Bug 118672

Summary: Introduce toHTMLIFrameElement
Product: WebKit Reporter: Kangil Han <kangil.han>
Component: WebCore Misc.Assignee: Kangil Han <kangil.han>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, esprehn+autocc, glenn, kling, koivisto, macpherson, menard, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Kangil Han 2013-07-15 05:58:14 PDT
Introduce toHTMLIFrameElement
Comment 1 Kangil Han 2013-07-15 06:03:50 PDT
Created attachment 206659 [details]
Patch
Comment 2 Ryosuke Niwa 2013-07-15 11:16:35 PDT
Comment on attachment 206659 [details]
Patch

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.
Comment 3 Kangil Han 2013-07-15 17:51:16 PDT
Created attachment 206708 [details]
Patch
Comment 4 Kangil Han 2013-07-15 21:19:10 PDT
(In reply to comment #2)
> (From update of attachment 206659 [details])
> 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.

Done, thx Ryosuke! :)
Comment 5 WebKit Commit Bot 2013-07-15 22:00:29 PDT
Comment on attachment 206708 [details]
Patch

Clearing flags on attachment: 206708

Committed r152704: <http://trac.webkit.org/changeset/152704>
Comment 6 WebKit Commit Bot 2013-07-15 22:00:32 PDT
All reviewed patches have been landed.  Closing bug.