[Webkit-unassigned] [Bug 26218] REGRESSION (r44385): LayoutTests/fast/dom/Window/orphaned-frame-access.html fails on Debug builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 01:52:13 PDT 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #11 from ap at webkit.org  2009-06-15 01:52 PDT -------
+bool InspectorController::isMainResourceLoader(DocumentLoader* loader, const
KURL& requestUrl)
+{
+    return loader->frame() == m_inspectedPage->mainFrame() && requestUrl ==
loader->requestURL();
+}

This looks like a bad misnomer to me. Our MainResourceLoader class is used for
any frame's main resource, so the words "main resource" are not appropriate
here.

Could you please make a patch to fix this (in a new bug)?


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