[webkit-reviews] review granted: [Bug 23426] Frame Refactor: Move isFrameSet to Document : [Attachment 27209] Make isFrameSet virtual

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 3 13:06:45 PST 2009


Sam Weinig <sam at webkit.org> has granted Holger Freyther <zecke at selfish.org>'s
request for review:
Bug 23426: Frame Refactor: Move isFrameSet to Document
https://bugs.webkit.org/show_bug.cgi?id=23426

Attachment 27209: Make isFrameSet virtual
https://bugs.webkit.org/attachment.cgi?id=27209&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
r=me

> +bool HTMLDocument::isFrameSet() const
> +{
> +    HTMLElement *bodyElement = body();
* should be on the other side.


More information about the webkit-reviews mailing list