<?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>57782</bug_id>
          
          <creation_ts>2011-04-04 13:22:44 -0700</creation_ts>
          <short_desc>Replace SKIA_TEXT with isNativeFontRenderingAllowed() for print-preview to work</short_desc>
          <delta_ts>2011-04-08 13:08:36 -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>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>OS X 10.5</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="Mike Reed">reed</reporter>
          <assigned_to name="Mike Reed">reed</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>ctguil</cc>
    
    <cc>eric</cc>
    
    <cc>jamesr</cc>
    
    <cc>kbr</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>379008</commentid>
    <comment_count>0</comment_count>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-04 13:22:44 -0700</bug_when>
    <thetext>Replace SKIA_TEXT with isNativeFontRenderingAllowed() for print-preview to work</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>379010</commentid>
    <comment_count>1</comment_count>
      <attachid>88112</attachid>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-04 13:23:46 -0700</bug_when>
    <thetext>Created attachment 88112
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>380997</commentid>
    <comment_count>2</comment_count>
      <attachid>88112</attachid>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2011-04-06 17:36:43 -0700</bug_when>
    <thetext>Comment on attachment 88112
Patch

Looks fine to me as long as it&apos;s been tested.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>381059</commentid>
    <comment_count>3</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2011-04-06 19:04:31 -0700</bug_when>
    <thetext>Also, did you want a cq+? Please mark bugs with cq? if so. (&apos;webkit-patch upload&apos; does this automatically.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>381727</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Guillory">ctguil</who>
    <bug_when>2011-04-07 14:44:00 -0700</bug_when>
    <thetext>Shouldn&apos;t this change already be landed from this change:
http://trac.webkit.org/changeset/82532/trunk/Source/WebCore/platform/graphics/skia/SkiaFontWin.cpp

Am I missing something?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>381860</commentid>
    <comment_count>5</comment_count>
      <attachid>88112</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-07 17:03:48 -0700</bug_when>
    <thetext>Comment on attachment 88112
Patch

Rejecting attachment 88112 from commit-queue.

Failed to run &quot;[&apos;./Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;--bot-id=eseidel-cq-sf&apos;, &apos;bu...&quot; exit_code: 2

Last 500 characters of output:
 error continues to appear after building again then the build system needs
    to be modified so that the inappropriate files are no longer copied in to the framework.

Command /bin/sh failed with exit code 1
Command /bin/sh failed with exit code 1
** BUILD FAILED **


The following build commands failed:
WebCore:
	PhaseScriptExecution &quot;Check For Inappropriate Files In Framework&quot; /Projects/CommitQueue/WebKitBuild/WebCore.build/Debug/WebCore.build/Script-5DF50887116F3077005202AB.sh
(1 failure)


Full output: http://queues.webkit.org/results/8373286</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382212</commentid>
    <comment_count>6</comment_count>
      <attachid>88817</attachid>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-08 07:02:01 -0700</bug_when>
    <thetext>Created attachment 88817
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382236</commentid>
    <comment_count>7</comment_count>
      <attachid>88817</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-04-08 08:08:58 -0700</bug_when>
    <thetext>Comment on attachment 88817
Patch

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

&gt; Source/WebCore/ChangeLog:8
&gt; +        No new tests. (OOPS!)

Any way to test this?  We technically have printing tests but no one uses them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382244</commentid>
    <comment_count>8</comment_count>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-08 08:23:21 -0700</bug_when>
    <thetext>It is also testable when we define SKIA_GPU, which implements the isNativeFontRenderingAllowed() call. It is in that scenario that I saw the bug, where we had missed this one location in an earlier patch change replaced SKIA_TEXT with isNativeFontRenderingAllowed().

Without this patch, we fail to properly setup the paint (calling setupPaintForFont) but we still fall into skiaDrawText, which draws but with the wrong font, etc.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382249</commentid>
    <comment_count>9</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-04-08 08:25:40 -0700</bug_when>
    <thetext>So when Chrome runs new-run-webkit-tests in &quot;gpu tests mode&quot; or whatever this path is tested (and baselines will need updates)?  Is that correct?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382257</commentid>
    <comment_count>10</comment_count>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-08 08:47:37 -0700</bug_when>
    <thetext>Not yet. SKIA_GPU is not yet the default for gpu. It is just under developement. Under the existing SW and GPU builds, the only change should affect print-preview, which should get more correct stroked text. I don&apos;t expect any image rebaselining related to this change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382328</commentid>
    <comment_count>11</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-04-08 10:06:20 -0700</bug_when>
    <thetext>Ok.  Ideally your ChangeLog should explain why there is no testing.  In this case, this is impossible to test as it only affects print preview.

Unfortunately this chagne can&apos;t be cq+&apos;d as is because it has OOPS on the test line.  the cq is smart enough to replace the OOPS in the reviewer line with the actual reviewer, but wont&apos; fix the testing line and thus the pre-commit hook which checks for OOPS in ChangeLog files will fail.  It&apos;s kidna confusing, I know. :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382335</commentid>
    <comment_count>12</comment_count>
      <attachid>88837</attachid>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-08 10:12:43 -0700</bug_when>
    <thetext>Created attachment 88837
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382336</commentid>
    <comment_count>13</comment_count>
    <who name="Mike Reed">reed</who>
    <bug_when>2011-04-08 10:13:21 -0700</bug_when>
    <thetext>updated Tests in ChangeLog (I had just forgotten to do that, sorry)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382342</commentid>
    <comment_count>14</comment_count>
      <attachid>88837</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-04-08 10:19:16 -0700</bug_when>
    <thetext>Comment on attachment 88837
Patch

Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382485</commentid>
    <comment_count>15</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-08 13:04:56 -0700</bug_when>
    <thetext>The commit-queue encountered the following flaky tests while processing attachment 88837:

http/tests/websocket/tests/handshake-fail-by-no-cr.html bug 58156 (author: abarth@webkit.org)
The commit-queue is continuing to process your patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382490</commentid>
    <comment_count>16</comment_count>
      <attachid>88837</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-08 13:08:32 -0700</bug_when>
    <thetext>Comment on attachment 88837
Patch

Clearing flags on attachment: 88837

Committed r83329: &lt;http://trac.webkit.org/changeset/83329&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>382491</commentid>
    <comment_count>17</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-08 13:08:36 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>88112</attachid>
            <date>2011-04-04 13:23:46 -0700</date>
            <delta_ts>2011-04-08 07:01:57 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-57782-20110404162345.patch</filename>
            <type>text/plain</type>
            <size>1603</size>
            <attacher name="Mike Reed">reed</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDgyODU5KQorKysgU291cmNlL1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTUgQEAKKzIwMTEtMDQtMDQgIE1pa2UgUmVl
ZCAgPHJlZWRAZ29vZ2xlLmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMh
KS4KKworICAgICAgICBSZXBsYWNlIFNLSUFfVEVYVCB3aXRoIGlzTmF0aXZlRm9udFJlbmRlcmlu
Z0FsbG93ZWQoKSBmb3IgcHJpbnQtcHJldmlldyB0byB3b3JrCisgICAgICAgIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD01Nzc4MgorCisgICAgICAgIE5vIG5ldyB0ZXN0
cy4gRXhpc3RpbmcgdGVzdHMgdGhhdCBleGVyY2lzZSB0ZXh0IGRyYXdpbmcgZXhlcmNpc2UgdGhp
cyBwYXRoLgorCisgICAgICAgICogcGxhdGZvcm0vZ3JhcGhpY3Mvc2tpYS9Ta2lhRm9udFdpbi5j
cHA6CisgICAgICAgIChXZWJDb3JlOjpwYWludFNraWFUZXh0KToKKwogMjAxMS0wNC0wNCAgQWRh
bSBSb2JlbiAgPGFyb2JlbkBhcHBsZS5jb20+CiAKICAgICAgICAgQXR0ZW1wdGVkIE1hYyBidWls
ZCBmaXgKSW5kZXg6IFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNzL3NraWEvU2tpYUZv
bnRXaW4uY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNz
L3NraWEvU2tpYUZvbnRXaW4uY3BwCShyZXZpc2lvbiA4Mjg0NykKKysrIFNvdXJjZS9XZWJDb3Jl
L3BsYXRmb3JtL2dyYXBoaWNzL3NraWEvU2tpYUZvbnRXaW4uY3BwCSh3b3JraW5nIGNvcHkpCkBA
IC0zNzcsMTAgKzM3NywxMCBAQCBib29sIHBhaW50U2tpYVRleHQoR3JhcGhpY3NDb250ZXh0KiBj
b250CiAgICAgICAgIHBhaW50LnJlc2V0KCk7CiAgICAgICAgIHBsYXRmb3JtQ29udGV4dC0+c2V0
dXBQYWludEZvclN0cm9raW5nKCZwYWludCwgMCwgMCk7CiAgICAgICAgIHBhaW50LnNldEZsYWdz
KFNrUGFpbnQ6OmtBbnRpQWxpYXNfRmxhZyk7Ci0jaWYgRU5BQkxFKFNLSUFfVEVYVCkKLSAgICAg
ICAgcGFpbnQuc2V0VGV4dEVuY29kaW5nKFNrUGFpbnQ6OmtHbHlwaElEX1RleHRFbmNvZGluZyk7
Ci0gICAgICAgIHNldHVwUGFpbnRGb3JGb250KGhmb250LCAmcGFpbnQpOwotI2VuZGlmCisgICAg
ICAgIGlmICghcGxhdGZvcm1Db250ZXh0LT5pc05hdGl2ZUZvbnRSZW5kZXJpbmdBbGxvd2VkKCkp
IHsKKyAgICAgICAgICAgIHBhaW50LnNldFRleHRFbmNvZGluZyhTa1BhaW50OjprR2x5cGhJRF9U
ZXh0RW5jb2RpbmcpOworICAgICAgICAgICAgc2V0dXBQYWludEZvckZvbnQoaGZvbnQsICZwYWlu
dCk7CisgICAgICAgIH0KIAogICAgICAgICBpZiAoZGlkRmlsbCkgewogICAgICAgICAgICAgLy8g
SWYgdGhlcmUgaXMgYSBzaGFkb3cgYW5kIHdlIGZpbGxlZCBhYm92ZSwgdGhlcmUgd2lsbCBhbHJl
YWR5IGJlCg==
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>88817</attachid>
            <date>2011-04-08 07:02:01 -0700</date>
            <delta_ts>2011-04-08 10:12:39 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-57782-20110408100200.patch</filename>
            <type>text/plain</type>
            <size>1563</size>
            <attacher name="Mike Reed">reed</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDgzMjkwKQorKysgU291cmNlL1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTUgQEAKKzIwMTEtMDQtMDggIE1pa2UgUmVl
ZCAgPHJlZWRAZ29vZ2xlLmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMh
KS4KKworICAgICAgICBSZXBsYWNlIFNLSUFfVEVYVCB3aXRoIGlzTmF0aXZlRm9udFJlbmRlcmlu
Z0FsbG93ZWQoKSBmb3IgcHJpbnQtcHJldmlldyB0byB3b3JrCisgICAgICAgIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD01Nzc4MgorCisgICAgICAgIE5vIG5ldyB0ZXN0
cy4gKE9PUFMhKQorCisgICAgICAgICogcGxhdGZvcm0vZ3JhcGhpY3Mvc2tpYS9Ta2lhRm9udFdp
bi5jcHA6CisgICAgICAgIChXZWJDb3JlOjpwYWludFNraWFUZXh0KToKKwogMjAxMS0wNC0wOCAg
UGF2ZWwgRmVsZG1hbiAgPHBmZWxkbWFuQGNocm9taXVtLm9yZz4KIAogICAgICAgICBSZXZpZXdl
ZCBieSBZdXJ5IFNlbWlraGF0c2t5LgpJbmRleDogU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vZ3Jh
cGhpY3Mvc2tpYS9Ta2lhRm9udFdpbi5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gU291cmNlL1dlYkNvcmUv
cGxhdGZvcm0vZ3JhcGhpY3Mvc2tpYS9Ta2lhRm9udFdpbi5jcHAJKHJldmlzaW9uIDgzMTk1KQor
KysgU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3Mvc2tpYS9Ta2lhRm9udFdpbi5jcHAJ
KHdvcmtpbmcgY29weSkKQEAgLTM3NywxMCArMzc3LDEwIEBAIGJvb2wgcGFpbnRTa2lhVGV4dChH
cmFwaGljc0NvbnRleHQqIGNvbnQKICAgICAgICAgcGFpbnQucmVzZXQoKTsKICAgICAgICAgcGxh
dGZvcm1Db250ZXh0LT5zZXR1cFBhaW50Rm9yU3Ryb2tpbmcoJnBhaW50LCAwLCAwKTsKICAgICAg
ICAgcGFpbnQuc2V0RmxhZ3MoU2tQYWludDo6a0FudGlBbGlhc19GbGFnKTsKLSNpZiBFTkFCTEUo
U0tJQV9URVhUKQotICAgICAgICBwYWludC5zZXRUZXh0RW5jb2RpbmcoU2tQYWludDo6a0dseXBo
SURfVGV4dEVuY29kaW5nKTsKLSAgICAgICAgc2V0dXBQYWludEZvckZvbnQoaGZvbnQsICZwYWlu
dCk7Ci0jZW5kaWYKKyAgICAgICAgaWYgKCFwbGF0Zm9ybUNvbnRleHQtPmlzTmF0aXZlRm9udFJl
bmRlcmluZ0FsbG93ZWQoKSkgeworICAgICAgICAgICAgcGFpbnQuc2V0VGV4dEVuY29kaW5nKFNr
UGFpbnQ6OmtHbHlwaElEX1RleHRFbmNvZGluZyk7CisgICAgICAgICAgICBzZXR1cFBhaW50Rm9y
Rm9udChoZm9udCwgJnBhaW50KTsKKyAgICAgICAgfQogCiAgICAgICAgIGlmIChkaWRGaWxsKSB7
CiAgICAgICAgICAgICAvLyBJZiB0aGVyZSBpcyBhIHNoYWRvdyBhbmQgd2UgZmlsbGVkIGFib3Zl
LCB0aGVyZSB3aWxsIGFscmVhZHkgYmUK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>88837</attachid>
            <date>2011-04-08 10:12:43 -0700</date>
            <delta_ts>2011-04-08 13:08:32 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-57782-20110408131242.patch</filename>
            <type>text/plain</type>
            <size>1621</size>
            <attacher name="Mike Reed">reed</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDgzMjkyKQorKysgU291cmNlL1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTUgQEAKKzIwMTEtMDQtMDggIE1pa2UgUmVl
ZCAgPHJlZWRAZ29vZ2xlLmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMh
KS4KKworICAgICAgICBSZXBsYWNlIFNLSUFfVEVYVCB3aXRoIGlzTmF0aXZlRm9udFJlbmRlcmlu
Z0FsbG93ZWQoKSBmb3IgcHJpbnQtcHJldmlldyB0byB3b3JrCisgICAgICAgIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD01Nzc4MgorCisgICAgICAgIE5vIG5ldyB0ZXN0
cy4gVGhpcyBjaGFuZ2Ugb25seSBhZmZlY3RzIHByaW50LXByZXZpZXcgYW5kIGJ1aWxkIG9wdGlv
biBTS0lBX0dQVSAKKworICAgICAgICAqIHBsYXRmb3JtL2dyYXBoaWNzL3NraWEvU2tpYUZvbnRX
aW4uY3BwOgorICAgICAgICAoV2ViQ29yZTo6cGFpbnRTa2lhVGV4dCk6CisKIDIwMTEtMDQtMDgg
IFBhdmVsIEZlbGRtYW4gIDxwZmVsZG1hbkBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgUmV2aWV3
ZWQgYnkgWXVyeSBTZW1pa2hhdHNreS4KSW5kZXg6IFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL2dy
YXBoaWNzL3NraWEvU2tpYUZvbnRXaW4uY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJDb3Jl
L3BsYXRmb3JtL2dyYXBoaWNzL3NraWEvU2tpYUZvbnRXaW4uY3BwCShyZXZpc2lvbiA4MzI5MikK
KysrIFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNzL3NraWEvU2tpYUZvbnRXaW4uY3Bw
CSh3b3JraW5nIGNvcHkpCkBAIC0zNzcsMTAgKzM3NywxMCBAQCBib29sIHBhaW50U2tpYVRleHQo
R3JhcGhpY3NDb250ZXh0KiBjb250CiAgICAgICAgIHBhaW50LnJlc2V0KCk7CiAgICAgICAgIHBs
YXRmb3JtQ29udGV4dC0+c2V0dXBQYWludEZvclN0cm9raW5nKCZwYWludCwgMCwgMCk7CiAgICAg
ICAgIHBhaW50LnNldEZsYWdzKFNrUGFpbnQ6OmtBbnRpQWxpYXNfRmxhZyk7Ci0jaWYgRU5BQkxF
KFNLSUFfVEVYVCkKLSAgICAgICAgcGFpbnQuc2V0VGV4dEVuY29kaW5nKFNrUGFpbnQ6OmtHbHlw
aElEX1RleHRFbmNvZGluZyk7Ci0gICAgICAgIHNldHVwUGFpbnRGb3JGb250KGhmb250LCAmcGFp
bnQpOwotI2VuZGlmCisgICAgICAgIGlmICghcGxhdGZvcm1Db250ZXh0LT5pc05hdGl2ZUZvbnRS
ZW5kZXJpbmdBbGxvd2VkKCkpIHsKKyAgICAgICAgICAgIHBhaW50LnNldFRleHRFbmNvZGluZyhT
a1BhaW50OjprR2x5cGhJRF9UZXh0RW5jb2RpbmcpOworICAgICAgICAgICAgc2V0dXBQYWludEZv
ckZvbnQoaGZvbnQsICZwYWludCk7CisgICAgICAgIH0KIAogICAgICAgICBpZiAoZGlkRmlsbCkg
ewogICAgICAgICAgICAgLy8gSWYgdGhlcmUgaXMgYSBzaGFkb3cgYW5kIHdlIGZpbGxlZCBhYm92
ZSwgdGhlcmUgd2lsbCBhbHJlYWR5IGJlCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>