[Webkit-unassigned] [Bug 23426] Frame Refactor: Move isFrameSet to Document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 23 14:18:32 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23426
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #26856|review? |review+
Flag| |
------- Comment #2 from darin at apple.com 2009-01-23 14:18 PDT -------
(From update of attachment 26856)
> +bool Document::isFrameSet() const
> +{
> + if (!isHTMLDocument())
> + return false;
This should be a virtual function, then, and be overridden in HTMLDocument.
That wasn't possible before when this was a function on Frame.
I'll say r=me, but it would be better to do it that way
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list