[Webkit-unassigned] [Bug 141746] New: REGRESSION(r180235): It broke the !ENABLE(PROMISES) build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 23:56:30 PST 2015


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

            Bug ID: 141746
           Summary: REGRESSION(r180235): It broke the !ENABLE(PROMISES)
                    build
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: joepeck at webkit.org, timothy at apple.com
            Blocks: 141634

build log:
../../Source/JavaScriptCore/inspector/JSInjectedScriptHost.cpp: In member function 'JSC::JSValue Inspector::JSInjectedScriptHost::getInternalProperties(JSC::ExecState*)':
../../Source/JavaScriptCore/inspector/JSInjectedScriptHost.cpp:212:9: error: 'JSPromise' was not declared in this scope

The problem is that JSPromise type is used unconditionally,
but it is defined inside ENABLE(PROMISES) guard.

-- 
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/20150218/cc8d20f0/attachment-0002.html>


More information about the webkit-unassigned mailing list