<?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>70591</bug_id>
          
          <creation_ts>2011-10-21 02:07:29 -0700</creation_ts>
          <short_desc>[WK2]Critical warning while building WebKit2 GTK+</short_desc>
          <delta_ts>2011-10-25 01:19:07 -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>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Linux</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>0</everconfirmed>
          <reporter name="Vamshikrishna Yellenki">fbqw68</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>alex</cc>
    
    <cc>cgarcia</cc>
    
    <cc>gustavo</cc>
    
    <cc>kling</cc>
    
    <cc>mrobinson</cc>
    
    <cc>pnormand</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>488276</commentid>
    <comment_count>0</comment_count>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-21 02:07:29 -0700</bug_when>
    <thetext>Below are the critical warnings displayed while building webkit. 

../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp: In member function ‘void WebKit::WebPage::performDragControllerAction(uint64_t, WebCore::DragData)’:
../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1818:16: warning: possible problem detected in invocation of delete operator:
../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1816:24: warning: ‘data’ has incomplete type
../../Source/WebCore/platform/DragData.h:60:7: warning: forward declaration of ‘struct WebCore::DataObjectGtk’
../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1818:16: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1849:12: warning: possible problem detected in invocation of delete operator:
../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1847:20: warning: ‘data’ has incomplete type
../../Source/WebCore/platform/DragData.h:60:7: warning: forward declaration of ‘struct WebCore::DataObjectGtk’
../../Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1849:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488281</commentid>
    <comment_count>1</comment_count>
      <attachid>111927</attachid>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-21 02:26:11 -0700</bug_when>
    <thetext>Created attachment 111927
patch for critical warnings while building webkit

patch for critical warnings while building webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488435</commentid>
    <comment_count>2</comment_count>
      <attachid>111927</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-10-21 09:30:25 -0700</bug_when>
    <thetext>Comment on attachment 111927
patch for critical warnings while building webkit

I think it would be better to include DataObjectGtk.h in the actual C++ file instead of removing this forward-declaration.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489185</commentid>
    <comment_count>3</comment_count>
      <attachid>112151</attachid>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-23 22:42:33 -0700</bug_when>
    <thetext>Created attachment 112151
Incorporated review comments and Updated patch 

Incorporated review comments and Updated patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489186</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-10-23 22:45:00 -0700</bug_when>
    <thetext>Attachment 112151 did not pass style-queue:

Failed to run &quot;[&apos;Tools/Scripts/check-webkit-style&apos;, &apos;--diff-files&apos;, u&apos;Source/WebKit2/ChangeLog&apos;, u&apos;Source/WebKit...&quot; exit_code: 1

Source/WebKit2/ChangeLog:8:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489188</commentid>
    <comment_count>5</comment_count>
      <attachid>112151</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2011-10-23 22:47:57 -0700</bug_when>
    <thetext>Comment on attachment 112151
Incorporated review comments and Updated patch 

View in context: https://bugs.webkit.org/attachment.cgi?id=112151&amp;action=review

&gt; Source/WebKit2/WebProcess/WebPage/WebPage.cpp:132
&gt; +#include&quot;DataObjectGtk.h&quot;

missing space here after include

&gt;&gt; Source/WebKit2/ChangeLog:8
&gt;&gt; +        * WebProcess/WebPage/WebPage.cpp:Included DataObjectGtk.h to avoid warrings for GTK
&gt; 
&gt; Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]

warnings rather than warrings</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489193</commentid>
    <comment_count>6</comment_count>
      <attachid>112153</attachid>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-23 23:00:20 -0700</bug_when>
    <thetext>Created attachment 112153
Updated the new patch

Updated the new patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489194</commentid>
    <comment_count>7</comment_count>
      <attachid>112153</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-10-23 23:05:38 -0700</bug_when>
    <thetext>Comment on attachment 112153
Updated the new patch

View in context: https://bugs.webkit.org/attachment.cgi?id=112153&amp;action=review

&gt; Source/WebKit2/ChangeLog:8
&gt; +        * WebProcess/WebPage/WebPage.cpp: Included DataObjectGtk.h to avoid warrings for GTK

The code change is fine, but I&apos;m curious why you did not fix the spelling of warning in the ChangeLog.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489873</commentid>
    <comment_count>8</comment_count>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-24 22:23:58 -0700</bug_when>
    <thetext>I verified style on patch. I do not know that it won&apos;t work on patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489875</commentid>
    <comment_count>9</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-10-24 22:33:53 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; I verified style on patch. I do not know that it won&apos;t work on patch.

I&apos;m confused now. The style bot cannot find spelling errors as far as I know. :) Maybe you just missed in Darin&apos;s review he mentioned that you misspelled &quot;warnings&quot; as &quot;warrings.&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489880</commentid>
    <comment_count>10</comment_count>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-24 23:15:37 -0700</bug_when>
    <thetext>It&apos;s not a spelling error. Error due to missing white space in ChangeLog file.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489889</commentid>
    <comment_count>11</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-10-24 23:49:22 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; It&apos;s not a spelling error. Error due to missing white space in ChangeLog file.

In the last line of Darin&apos;s review he said: &quot;warnings rather than warrings&quot; which referred to a misspelling in the ChangeLog. I&apos;m sorry to make such a big deal out of such an insignificant error, but I guess you didn&apos;t see that in the review. I&apos;ll gladly r+ this patch ASAP if you fix that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489894</commentid>
    <comment_count>12</comment_count>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-24 23:53:23 -0700</bug_when>
    <thetext>I already submitted new patch(comment #6).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489895</commentid>
    <comment_count>13</comment_count>
      <attachid>112153</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-10-24 23:56:08 -0700</bug_when>
    <thetext>Comment on attachment 112153
Updated the new patch

View in context: https://bugs.webkit.org/attachment.cgi?id=112153&amp;action=review

&gt;&gt; Source/WebKit2/ChangeLog:8
&gt;&gt; +        * WebProcess/WebPage/WebPage.cpp: Included DataObjectGtk.h to avoid warrings for GTK
&gt; 
&gt; The code change is fine, but I&apos;m curious why you did not fix the spelling of warning in the ChangeLog.

The word is still misspelled.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489904</commentid>
    <comment_count>14</comment_count>
      <attachid>112301</attachid>
    <who name="Vamshikrishna Yellenki">fbqw68</who>
    <bug_when>2011-10-25 00:12:08 -0700</bug_when>
    <thetext>Created attachment 112301
Updated spelling mistake

Updated spelling mistake. Thanks Robinson.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489913</commentid>
    <comment_count>15</comment_count>
      <attachid>112301</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-10-25 01:19:02 -0700</bug_when>
    <thetext>Comment on attachment 112301
Updated spelling mistake

Clearing flags on attachment: 112301

Committed r98325: &lt;http://trac.webkit.org/changeset/98325&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>489914</commentid>
    <comment_count>16</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-10-25 01:19:07 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>111927</attachid>
            <date>2011-10-21 02:26:11 -0700</date>
            <delta_ts>2011-10-23 22:42:33 -0700</delta_ts>
            <desc>patch for critical warnings while building webkit</desc>
            <filename>patch_for_bug_70591</filename>
            <type>text/plain</type>
            <size>1109</size>
            <attacher name="Vamshikrishna Yellenki">fbqw68</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDk4MDkxKQorKysgU291cmNlL1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTIgQEAKKzIwMTEtMTAtMjEgIFZhbXNoaWty
aXNobmEgWWVsbGVua2kgIDx2YW1zaGlAbW90b3JvbGEuY29tPgorCisgICAgICAgIENyaXRpY2Fs
IHdhcm5pbmcgd2hpbGUgYnVpbGRpbmcgd2Via2l0CisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJr
aXQub3JnL3Nob3dfYnVnLmNnaT9pZD03MDU5MQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9E
WSAoT09QUyEpLgorCisgICAgICAgICogcGxhdGZvcm0vRHJhZ0RhdGEuaDogSW5jbHVkZWQgRGF0
YU9iamVjdEd0ay5oIGluc3RlYWQgb2YgZm9yd2FyZCBkZWNsYXJhdGlvbgorCiAyMDExLTEwLTIw
ICBBbmRyZXkgS29zeWFrb3YgIDxjYXNlcUBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgV2ViIElu
c3BlY3RvcjogbWFrZSBleHRlbnNpb24gdGVzdHMgcGFzcyBvbiBjaHJvbWl1bQpJbmRleDogU291
cmNlL1dlYkNvcmUvcGxhdGZvcm0vRHJhZ0RhdGEuaAo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9wbGF0Zm9ybS9EcmFnRGF0YS5oCShyZXZpc2lvbiA5ODA2NSkKKysrIFNvdXJjZS9XZWJD
b3JlL3BsYXRmb3JtL0RyYWdEYXRhLmgJKHdvcmtpbmcgY29weSkKQEAgLTU2LDkgKzU2LDcgQEAK
ICNlbGlmIFBMQVRGT1JNKFdYKQogdHlwZWRlZiBjbGFzcyB3eERhdGFPYmplY3QqIERyYWdEYXRh
UmVmOwogI2VsaWYgUExBVEZPUk0oR1RLKQotbmFtZXNwYWNlIFdlYkNvcmUgewotY2xhc3MgRGF0
YU9iamVjdEd0azsKLX0KKyNpbmNsdWRlIkRhdGFPYmplY3RHdGsuaCIKIHR5cGVkZWYgV2ViQ29y
ZTo6RGF0YU9iamVjdEd0ayogRHJhZ0RhdGFSZWY7CiAjZWxpZiBQTEFURk9STShDSFJPTUlVTSkK
ICNpbmNsdWRlICJEcmFnRGF0YVJlZi5oIgo=
</data>
<flag name="review"
          id="109907"
          type_id="1"
          status="-"
          setter="mrobinson"
    />
          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>112151</attachid>
            <date>2011-10-23 22:42:33 -0700</date>
            <delta_ts>2011-10-23 23:00:20 -0700</delta_ts>
            <desc>Incorporated review comments and Updated patch </desc>
            <filename>patch2_for_bug_70591</filename>
            <type>text/plain</type>
            <size>1040</size>
            <attacher name="Vamshikrishna Yellenki">fbqw68</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQyL1dlYlByb2Nlc3MvV2ViUGFnZS9XZWJQYWdlLmNwcAo9PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09Ci0tLSBTb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL1dlYlBhZ2UvV2ViUGFnZS5jcHAJ
KHJldmlzaW9uIDk4MjAzKQorKysgU291cmNlL1dlYktpdDIvV2ViUHJvY2Vzcy9XZWJQYWdlL1dl
YlBhZ2UuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC0xMjgsNiArMTI4LDEwIEBACiAjaW5jbHVkZSA8
UU1pbWVEYXRhPgogI2VuZGlmCiAKKyNpZiBQTEFURk9STShHVEspCisjaW5jbHVkZSJEYXRhT2Jq
ZWN0R3RrLmgiCisjZW5kaWYKKwogI2lmbmRlZiBOREVCVUcKICNpbmNsdWRlIDx3dGYvUmVmQ291
bnRlZExlYWtDb3VudGVyLmg+CiAjZW5kaWYKSW5kZXg6IFNvdXJjZS9XZWJLaXQyL0NoYW5nZUxv
Zwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2ViS2l0Mi9DaGFuZ2VMb2cJKHJldmlzaW9uIDk4MjE1
KQorKysgU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEs
MTIgQEAKKzIwMTEtMTAtMjMgIFZhbXNoaWtyaXNobmEgWWVsbGVua2kgIDx2YW1zaGlAbW90b3Jv
bGEuY29tPgorCisgICAgICAgIFtXSzJdQ3JpdGljYWwgd2FybmluZyB3aGlsZSBidWlsZGluZyBX
ZWJLaXQyIEdUSysKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dp
P2lkPTcwNTkxCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAg
ICAgKiBXZWJQcm9jZXNzL1dlYlBhZ2UvV2ViUGFnZS5jcHA6SW5jbHVkZWQgRGF0YU9iamVjdEd0
ay5oIHRvIGF2b2lkIHdhcnJpbmdzIGZvciBHVEsKKwogMjAxMS0xMC0yMyAgTWFyayBIYWhuZW5i
ZXJnICA8bWhhaG5lbmJlcmdAYXBwbGUuY29tPgogCiAgICAgICAgIFJlbW92ZSBnZXRDb25zdHJ1
Y3REYXRhVmlydHVhbAo=
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>112153</attachid>
            <date>2011-10-23 23:00:20 -0700</date>
            <delta_ts>2011-10-25 00:12:08 -0700</delta_ts>
            <desc>Updated the new patch</desc>
            <filename>patch2_for_bug_70591</filename>
            <type>text/plain</type>
            <size>1042</size>
            <attacher name="Vamshikrishna Yellenki">fbqw68</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQyL1dlYlByb2Nlc3MvV2ViUGFnZS9XZWJQYWdlLmNwcAo9PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09Ci0tLSBTb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL1dlYlBhZ2UvV2ViUGFnZS5jcHAJ
KHJldmlzaW9uIDk4MjAzKQorKysgU291cmNlL1dlYktpdDIvV2ViUHJvY2Vzcy9XZWJQYWdlL1dl
YlBhZ2UuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC0xMjgsNiArMTI4LDEwIEBACiAjaW5jbHVkZSA8
UU1pbWVEYXRhPgogI2VuZGlmCiAKKyNpZiBQTEFURk9STShHVEspCisjaW5jbHVkZSAiRGF0YU9i
amVjdEd0ay5oIgorI2VuZGlmCisKICNpZm5kZWYgTkRFQlVHCiAjaW5jbHVkZSA8d3RmL1JlZkNv
dW50ZWRMZWFrQ291bnRlci5oPgogI2VuZGlmCkluZGV4OiBTb3VyY2UvV2ViS2l0Mi9DaGFuZ2VM
b2cKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PQotLS0gU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCShyZXZpc2lvbiA5ODIx
NSkKKysrIFNvdXJjZS9XZWJLaXQyL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsx
LDEyIEBACisyMDExLTEwLTIzICBWYW1zaGlrcmlzaG5hIFllbGxlbmtpICA8dmFtc2hpQG1vdG9y
b2xhLmNvbT4KKworICAgICAgICBbV0syXUNyaXRpY2FsIHdhcm5pbmcgd2hpbGUgYnVpbGRpbmcg
V2ViS2l0MiBHVEsrCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNn
aT9pZD03MDU5MQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAg
ICAgICogV2ViUHJvY2Vzcy9XZWJQYWdlL1dlYlBhZ2UuY3BwOiBJbmNsdWRlZCBEYXRhT2JqZWN0
R3RrLmggdG8gYXZvaWQgd2FycmluZ3MgZm9yIEdUSworCiAyMDExLTEwLTIzICBNYXJrIEhhaG5l
bmJlcmcgIDxtaGFobmVuYmVyZ0BhcHBsZS5jb20+CiAKICAgICAgICAgUmVtb3ZlIGdldENvbnN0
cnVjdERhdGFWaXJ0dWFsCg==
</data>
<flag name="review"
          id="110164"
          type_id="1"
          status="-"
          setter="mrobinson"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>112301</attachid>
            <date>2011-10-25 00:12:08 -0700</date>
            <delta_ts>2011-10-25 01:19:02 -0700</delta_ts>
            <desc>Updated spelling mistake</desc>
            <filename>patch2_for_bug_70591</filename>
            <type>text/plain</type>
            <size>1042</size>
            <attacher name="Vamshikrishna Yellenki">fbqw68</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQyL1dlYlByb2Nlc3MvV2ViUGFnZS9XZWJQYWdlLmNwcAo9PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09Ci0tLSBTb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL1dlYlBhZ2UvV2ViUGFnZS5jcHAJ
KHJldmlzaW9uIDk4MjAzKQorKysgU291cmNlL1dlYktpdDIvV2ViUHJvY2Vzcy9XZWJQYWdlL1dl
YlBhZ2UuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC0xMjgsNiArMTI4LDEwIEBACiAjaW5jbHVkZSA8
UU1pbWVEYXRhPgogI2VuZGlmCiAKKyNpZiBQTEFURk9STShHVEspCisjaW5jbHVkZSAiRGF0YU9i
amVjdEd0ay5oIgorI2VuZGlmCisKICNpZm5kZWYgTkRFQlVHCiAjaW5jbHVkZSA8d3RmL1JlZkNv
dW50ZWRMZWFrQ291bnRlci5oPgogI2VuZGlmCkluZGV4OiBTb3VyY2UvV2ViS2l0Mi9DaGFuZ2VM
b2cKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PQotLS0gU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCShyZXZpc2lvbiA5ODIx
NSkKKysrIFNvdXJjZS9XZWJLaXQyL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsx
LDEyIEBACisyMDExLTEwLTIzICBWYW1zaGlrcmlzaG5hIFllbGxlbmtpICA8dmFtc2hpQG1vdG9y
b2xhLmNvbT4KKworICAgICAgICBbV0syXUNyaXRpY2FsIHdhcm5pbmcgd2hpbGUgYnVpbGRpbmcg
V2ViS2l0MiBHVEsrCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNn
aT9pZD03MDU5MQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAg
ICAgICogV2ViUHJvY2Vzcy9XZWJQYWdlL1dlYlBhZ2UuY3BwOiBJbmNsdWRlZCBEYXRhT2JqZWN0
R3RrLmggdG8gYXZvaWQgd2FybmluZ3MgZm9yIEdUSworCiAyMDExLTEwLTIzICBNYXJrIEhhaG5l
bmJlcmcgIDxtaGFobmVuYmVyZ0BhcHBsZS5jb20+CiAKICAgICAgICAgUmVtb3ZlIGdldENvbnN0
cnVjdERhdGFWaXJ0dWFsCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>