[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
Tue Jun 9 10:48:02 PDT 2009


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





------- Comment #7 from mitz at webkit.org  2009-06-09 10:48 PDT -------
(From update of attachment 31090)
> +bool InspectorController::isMainResourceLoader(DocumentLoader* loader, const KURL& requestUrl) {
> +    return loader->frame() == m_inspectedPage->mainFrame() && requestUrl == loader->requestURL();
> +}

The opening brace at the beginning of a function definition should go on a
separate line.


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