[Webkit-unassigned] [Bug 165847] New: [EFL] Fix debug build break since r207192

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 07:30:12 PST 2016


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

            Bug ID: 165847
           Summary: [EFL] Fix debug build break since r207192
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com
                CC: lucas.de.marchi at gmail.com

Fix debug build break like below.

../../Source/WTF/wtf/Assertions.h:283:9: error: the address of ‘WebCore::JSFetchHeaders::s_info’ will always evaluate as ‘true’ [-Werror=address]
     if (!(assertion)) { \
         ^
../../Source/WebCore/bindings/js/JSDOMBinding.h:357:13: note: in expansion of macro ‘ASSERT’
             ASSERT(JSClass::info());


In JSDOMBinding.h, JSClass::info() returns each js class's "static const JSC::ClassInfo s_info"'s address.
It's static variable's address, so always non-null.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161214/9d4ec4e4/attachment.html>


More information about the webkit-unassigned mailing list