[Webkit-unassigned] [Bug 140608] New: REGRESSION(r178527): It broke the !ENABLE(INSPECTOR) build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 01:18:28 PST 2015


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

            Bug ID: 140608
           Summary: REGRESSION(r178527): It broke the !ENABLE(INSPECTOR)
                    build
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: ap at webkit.org, burg at cs.washington.edu
            Blocks: 140478

../../Source/WebCore/page/PageConsoleClient.cpp: In member function 'void WebCore::PageConsoleClient::addMessage(JSC::MessageSource, JSC::MessageLevel, const WTF::String&, const WTF::String&, unsigned int, unsigned int, WTF::RefPtr<Inspe
ctor::ScriptCallStack>&&, JSC::ExecState*, long unsigned int)':
../../Source/WebCore/page/PageConsoleClient.cpp:127:25: error: invalid use of incomplete type 'class Inspector::ConsoleMessage'
In file included from ../../Source/WebCore/inspector/InspectorConsoleInstrumentation.h:34:0,
                 from ../../Source/WebCore/page/PageConsoleClient.cpp:36:
../../Source/WebCore/inspector/InspectorInstrumentation.h:60:7: error: forward declaration of 'class Inspector::ConsoleMessage'
../../Source/WebCore/page/PageConsoleClient.cpp:128:34: error: invalid use of incomplete type 'class Inspector::ConsoleMessage'
In file included from ../../Source/WebCore/inspector/InspectorConsoleInstrumentation.h:34:0,
                 from ../../Source/WebCore/page/PageConsoleClient.cpp:36:
../../Source/WebCore/inspector/InspectorInstrumentation.h:60:7: error: forward declaration of 'class Inspector::ConsoleMessage'
../../Source/WebCore/page/PageConsoleClient.cpp:129:36: error: invalid use of incomplete type 'class Inspector::ConsoleMessage'
In file included from ../../Source/WebCore/inspector/InspectorConsoleInstrumentation.h:34:0,
                 from ../../Source/WebCore/page/PageConsoleClient.cpp:36:
../../Source/WebCore/inspector/InspectorInstrumentation.h:60:7: error: forward declaration of 'class Inspector::ConsoleMessage'
...


The whole ConsoleMessage.h is guarded with ENABLE(INSPECTOR), but it is ununsed without guard in PageConsoleClient.cpp.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150119/a7011816/attachment-0002.html>


More information about the webkit-unassigned mailing list