[Webkit-unassigned] [Bug 55385] Use Frame::ownerElement() directly where appropriate.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 09:45:45 PST 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84069|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2011-02-28 09:45:45 PST ---
(From update of attachment 84069)
Ideally we’d remove redundant functions like these. It’s annoying to have the same function in both Document and Frame. We have many cases of this. Obviously we don’t want to go from Frame to Document and then have it just call back to Frame so this change is great given the current state of things.

-- 
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