[Webkit-unassigned] [Bug 119435] FrameView should have an isMainFrameView()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 2 10:59:36 PDT 2013


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-08-02 10:59:19 PST ---
(From update of attachment 207997)
View in context: https://bugs.webkit.org/attachment.cgi?id=207997&action=review

> Source/WebCore/page/FrameView.cpp:427
> +bool FrameView::isMainFrameView() const
> +{
> +    return m_frame && m_frame->page() && m_frame->page()->mainFrame() == m_frame;
> +}
> +

Does this do the right thing for a page in the page cache? What is the right thing?

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