<?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>135339</bug_id>
          
          <creation_ts>2014-07-28 10:34:09 -0700</creation_ts>
          <short_desc>REGRESSION: unknown type name &apos;qos_class_t&apos; in iOS 8.0 beta 4</short_desc>
          <delta_ts>2014-07-31 09:47:45 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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="Isaac Burns">isaacburns</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1025144</commentid>
    <comment_count>0</comment_count>
    <who name="Isaac Burns">isaacburns</who>
    <bug_when>2014-07-28 10:34:09 -0700</bug_when>
    <thetext>Error when including /usr/include/dispatch/dispatch.h.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1025396</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2014-07-29 00:01:08 -0700</bug_when>
    <thetext>Could you please post a complete test project?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1025499</commentid>
    <comment_count>2</comment_count>
    <who name="Isaac Burns">isaacburns</who>
    <bug_when>2014-07-29 09:46:22 -0700</bug_when>
    <thetext>I&apos;ll see if I can get a smaller test project put together.  The full project involves attaching libuv to JSC.  From what I can tell, the only thing included before &lt;JavaScriptCore/JavaScriptCore.h&gt; is &quot;uv.h&quot;.

The following conditional in qos.h is failing, leaving qos_class_t undefined.

/Applications/Xcode6-Beta4/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/include/sys/qos.h:30

#if __DARWIN_C_LEVEL &gt;= __DARWIN_C_FULL

How about adding a fallback for the other cases, as in .../usr/include/dispatch/queue.h:370?

#else
typedef unsigned int qos_class_t;
#endif</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1025500</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2014-07-29 09:50:19 -0700</bug_when>
    <thetext>If you think that the problem is in qos.h itself, then WebKit bugzilla is not the right place to discuss it, we don&apos;t maintain it. Could you please file a bug with more details via &lt;http://bugreport.apple.com&gt;?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1025534</commentid>
    <comment_count>4</comment_count>
    <who name="Isaac Burns">isaacburns</who>
    <bug_when>2014-07-29 11:44:24 -0700</bug_when>
    <thetext>Done.  Problem ID 17844922.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1025992</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2014-07-31 09:47:45 -0700</bug_when>
    <thetext>Thank you! Let&apos;s have it tracked there.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>