[Webkit-unassigned] [Bug 31504] New: InspectorTimelineAgent.h should be guarded by ENABLE(INSPECTOR)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 20:08:56 PST 2009


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

           Summary: InspectorTimelineAgent.h should be guarded by
                    ENABLE(INSPECTOR)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nicolasroard at google.com
                CC: android-webkit-unforking at google.com


InspectorTimelineAgent.h defines an inline function that calls a function on
the document, returning the inspector... But if you try compiling webkit
without inspectors, that document's function is not defined, and
InspectorTimelineAgent.h thus cause a compile error. I'll upload a patch soon.

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