[Webkit-unassigned] [Bug 77604] New: [Qt] Inspector Disabled build breaks (if Javascript debugger is not disabled)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 22:36:30 PST 2012


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

           Summary: [Qt] Inspector Disabled build breaks (if Javascript
                    debugger is not disabled)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sriram.neelakandan at gmail.com


I use the following command line to build-webkit-qt from Trunk (using Qt-4.8.0)

./Tools/Scripts/build-webkit --no-video --no-svg --no-mathml --no-inspector --no-3d-canvas --no-webkit2 --no-web-audio --debug --qt


The Inspector disabled build breaks with the following error:

../../../../Source/WebCore/bindings/js/ScriptProfiler.h:56:23: error: ‘InspectorValue’ was not declared in this scope
../../../../Source/WebCore/bindings/js/ScriptProfiler.h:56:37: error: template argument 1 is invalid


I think this may be due to http://trac.webkit.org/changeset/102366/trunk/Source/WebCore/bindings/js/ScriptProfiler.h

Attaching a patch to disable Javascript Debugger if Inspector is disabled in features.prf

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