<?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>100727</bug_id>
          
          <creation_ts>2012-10-29 23:01:56 -0700</creation_ts>
          <short_desc>[Qt][Mac] r132858 broke the build</short_desc>
          <delta_ts>2012-10-30 04:05:19 -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>New Bugs</component>
          <version>420+</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P1</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>100701</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andersca</cc>
    
    <cc>hausmann</cc>
    
    <cc>mitz</cc>
    
    <cc>noam</cc>
    
    <cc>ossy</cc>
    
    <cc>rafael.lobo</cc>
    
    <cc>vestbo</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>754000</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-10-29 23:01:56 -0700</bug_when>
    <thetext>/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:37:5: error: use of undeclared identifier &apos;CFIndex&apos;
    CFIndex length = CFStringGetLength(string);
    ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:39:89: error: use of undeclared identifier &apos;kCFStringEncodingISOLatin1&apos;
    if (const LChar* ptr = reinterpret_cast&lt;const LChar*&gt;(CFStringGetCStringPtr(string, kCFStringEncodingISOLatin1)))
                                                                                        ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:40:25: error: call to non-static member function without an object argument
        return add(ptr, length);
                        ^~~~~~
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:42:15: error: unknown type name &apos;UniChar&apos;; did you mean &apos;UChar&apos;?
    if (const UniChar* ptr = CFStringGetCharactersPtr(string))
              ^~~~~~~
              UChar
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/icu/unicode/umachine.h:316:22: note: &apos;UChar&apos; declared here
    typedef uint16_t UChar;
                     ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:42:30: error: use of undeclared identifier &apos;CFStringGetCharactersPtr&apos;
    if (const UniChar* ptr = CFStringGetCharactersPtr(string))
                             ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:43:57: error: call to non-static member function without an object argument
        return add(reinterpret_cast&lt;const UChar*&gt;(ptr), length);
                                                        ^~~~~~
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:45:12: error: use of undeclared identifier &apos;UniChar&apos;; did you mean &apos;UChar&apos;?
    Vector&lt;UniChar, 1024&gt; ucharBuffer(length);
           ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:46:50: error: call to non-static member function without an object argument
    CFStringGetCharacters(string, CFRangeMake(0, length), ucharBuffer.data());
                                                 ^~~~~~
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:47:47: error: use of undeclared identifier &apos;ucharBuffer&apos;
    return add(reinterpret_cast&lt;const UChar*&gt;(ucharBuffer.data()), length);
                                              ^
9 errors generated.
make[3]: *** [obj/release/platform/text/cf/AtomicStringCF.o] Error 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>754057</commentid>
    <comment_count>1</comment_count>
      <attachid>171394</attachid>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2012-10-30 01:33:56 -0700</bug_when>
    <thetext>Created attachment 171394
proposed patch

Include missing header.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>754064</commentid>
    <comment_count>2</comment_count>
      <attachid>171394</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-10-30 01:37:17 -0700</bug_when>
    <thetext>Comment on attachment 171394
proposed patch

Rejecting attachment 171394 from commit-queue.

Failed to run &quot;[&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;-...&quot; exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string &quot;Unreviewed&quot; or &quot;Rubber stamp&quot; (case insensitive).

Full output: http://queues.webkit.org/results/14643033</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>754071</commentid>
    <comment_count>3</comment_count>
      <attachid>171399</attachid>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2012-10-30 01:44:11 -0700</bug_when>
    <thetext>Created attachment 171399
proposed patch

Fix ChangeLog.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>754191</commentid>
    <comment_count>4</comment_count>
      <attachid>171399</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-10-30 04:05:12 -0700</bug_when>
    <thetext>Comment on attachment 171399
proposed patch

Clearing flags on attachment: 171399

Committed r132891: &lt;http://trac.webkit.org/changeset/132891&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>754192</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-10-30 04:05:19 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>171394</attachid>
            <date>2012-10-30 01:33:56 -0700</date>
            <delta_ts>2012-10-30 01:44:11 -0700</delta_ts>
            <desc>proposed patch</desc>
            <filename>buildfix20121028.patch</filename>
            <type>text/plain</type>
            <size>977</size>
            <attacher name="Ádám Kallai">kadam</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZwppbmRleCBjNzk3ODczLi5kZGEzZDU0IDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29y
ZS9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIg
QEAKKzIwMTItMTAtMzAgIMOBZMOhbSBLYWxsYWkgIDxrYWRhbUBpbmYudS1zemVnZWQuaHU+CisK
KyAgICAgICAgW1F0XVtNYWNdIEJ1aWxkIGZpeC4KKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtp
dC5vcmcvc2hvd19idWcuY2dpP2lkPTEwMDcyNy4KKworICAgICAgICBTcGVjdWxhdGl2ZSBidWls
ZCBmaXggYWZ0ZXIgMTMyODU4LiBJbmNsdWRlIG1pc3NpbmcgQ29yZUZvdW5kYXRpb24vQ29yZUZv
dW5kYXRpb24uaCBoZWFkZXIuCisKKyAgICAgICAgKiBwbGF0Zm9ybS90ZXh0L2NmL0F0b21pY1N0
cmluZ0NGLmNwcDoKKwogMjAxMi0xMC0yOSAgU2hpbnlhIEthd2FuYWthICA8c2hpbnlha0BjaHJv
bWl1bS5vcmc+CiAKICAgICAgICAgW1JlZmF0b3JpbmddIFJlbW92ZSBFbGVtZW50U2hhZG93Ojpp
bnNlcnRpb25Qb2ludEZvcgpkaWZmIC0tZ2l0IGEvU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vdGV4
dC9jZi9BdG9taWNTdHJpbmdDRi5jcHAgYi9Tb3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS90ZXh0L2Nm
L0F0b21pY1N0cmluZ0NGLmNwcAppbmRleCA1ZGU1MzQ4Li5iMjJhOTlkIDEwMDY0NAotLS0gYS9T
b3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS90ZXh0L2NmL0F0b21pY1N0cmluZ0NGLmNwcAorKysgYi9T
b3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS90ZXh0L2NmL0F0b21pY1N0cmluZ0NGLmNwcApAQCAtMjgs
NiArMjgsNyBAQAogCiAjaWYgVVNFKENGKQogCisjaW5jbHVkZSA8Q29yZUZvdW5kYXRpb24vQ29y
ZUZvdW5kYXRpb24uaD4KICNpbmNsdWRlIDx3dGYvdGV4dC9DU3RyaW5nLmg+CiAKIG5hbWVzcGFj
ZSBXVEYgewo=
</data>
<flag name="commit-queue"
          id="185281"
          type_id="3"
          status="-"
          setter="webkit.review.bot"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>171399</attachid>
            <date>2012-10-30 01:44:11 -0700</date>
            <delta_ts>2012-10-30 04:05:12 -0700</delta_ts>
            <desc>proposed patch</desc>
            <filename>buildfix20121028.patch</filename>
            <type>text/plain</type>
            <size>988</size>
            <attacher name="Ádám Kallai">kadam</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZwppbmRleCBjNzk3ODczLi5kZGEzZDU0IDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29y
ZS9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIg
QEAKKzIwMTItMTAtMzAgIMOBZMOhbSBLYWxsYWkgIDxrYWRhbUBpbmYudS1zemVnZWQuaHU+CisK
KyAgICAgICAgW1F0XVtNYWNdIFVucmV2aWV3ZWQgYnVpbGQgZml4LgorICAgICAgICBodHRwczov
L2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTAwNzI3LgorCisgICAgICAgIFNwZWN1
bGF0aXZlIGJ1aWxkIGZpeCBhZnRlciAxMzI4NTguIEluY2x1ZGUgbWlzc2luZyBDb3JlRm91bmRh
dGlvbi9Db3JlRm91bmRhdGlvbi5oIGhlYWRlci4KKworICAgICAgICAqIHBsYXRmb3JtL3RleHQv
Y2YvQXRvbWljU3RyaW5nQ0YuY3BwOgorCiAyMDEyLTEwLTI5ICBTaGlueWEgS2F3YW5ha2EgIDxz
aGlueWFrQGNocm9taXVtLm9yZz4KIAogICAgICAgICBbUmVmYXRvcmluZ10gUmVtb3ZlIEVsZW1l
bnRTaGFkb3c6Omluc2VydGlvblBvaW50Rm9yCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9w
bGF0Zm9ybS90ZXh0L2NmL0F0b21pY1N0cmluZ0NGLmNwcCBiL1NvdXJjZS9XZWJDb3JlL3BsYXRm
b3JtL3RleHQvY2YvQXRvbWljU3RyaW5nQ0YuY3BwCmluZGV4IDVkZTUzNDguLmIyMmE5OWQgMTAw
NjQ0Ci0tLSBhL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL3RleHQvY2YvQXRvbWljU3RyaW5nQ0Yu
Y3BwCisrKyBiL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL3RleHQvY2YvQXRvbWljU3RyaW5nQ0Yu
Y3BwCkBAIC0yOCw2ICsyOCw3IEBACiAKICNpZiBVU0UoQ0YpCiAKKyNpbmNsdWRlIDxDb3JlRm91
bmRhdGlvbi9Db3JlRm91bmRhdGlvbi5oPgogI2luY2x1ZGUgPHd0Zi90ZXh0L0NTdHJpbmcuaD4K
IAogbmFtZXNwYWNlIFdURiB7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>