<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>165847</bug_id>
          
          <creation_ts>2016-12-14 07:30:12 -0800</creation_ts>
          <short_desc>[EFL] Fix debug build break since r207192</short_desc>
          <delta_ts>2016-12-14 07:32:22 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit EFL</component>
          <version>WebKit Local Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joonghun Park">jh718.park</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lucas.de.marchi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1259712</commentid>
    <comment_count>0</comment_count>
    <who name="Joonghun Park">jh718.park</who>
    <bug_when>2016-12-14 07:30:12 -0800</bug_when>
    <thetext>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&apos;s &quot;static const JSC::ClassInfo s_info&quot;&apos;s address.
It&apos;s static variable&apos;s address, so always non-null.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1259713</commentid>
    <comment_count>1</comment_count>
    <who name="Joonghun Park">jh718.park</who>
    <bug_when>2016-12-14 07:32:22 -0800</bug_when>
    <thetext>Committed r209800: &lt;http://trac.webkit.org/changeset/209800&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>