[Webkit-unassigned] [Bug 27541] Web Inspector: Split InspectorController into InspectorController and InspectorBackend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 24 06:16:29 PDT 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33418|review?                     |review+
               Flag|                            |




--- Comment #11 from Timothy Hatcher <timothy at hatcher.name>  2009-07-24 06:16:28 PDT ---
(From update of attachment 33418)

> +    if (m_inspectorController)
> +        return m_inspectorController->resourceTrackingEnabled();
> +    else
> +        return false;

This (and a few othe places) should be written like:

> +    if (m_inspectorController)
> +        return m_inspectorController->resourceTrackingEnabled();
> +    return false;

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