<?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>134679</bug_id>
          
          <creation_ts>2014-07-07 03:48:47 -0700</creation_ts>
          <short_desc>Fix the !ENABLE(FILTERS) &amp;&amp; !ENABLE(CSS_FILTERS) build after r167497</short_desc>
          <delta_ts>2014-07-14 14:29:35 -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>WebKit Misc.</component>
          <version>528+ (Nightly 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>
          
          <blocked>131797</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Tibor Mészáros">mtiborinf</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>darin</cc>
    
    <cc>d-r</cc>
    
    <cc>esprehn+autocc</cc>
    
    <cc>fpizlo</cc>
    
    <cc>galpeter</cc>
    
    <cc>ggaren</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>ossy</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1020804</commentid>
    <comment_count>0</comment_count>
    <who name="Tibor Mészáros">mtiborinf</who>
    <bug_when>2014-07-07 03:48:47 -0700</bug_when>
    <thetext>Build fails with --no-filters --no-css-filters option.

Command line:
Tools/Scripts/build-webkit --efl --no-filters --no-css-filters

Error messages:

Linking CXX shared library ../../lib/libwebcore_efl.so
CMakeFiles/WebCore.dir/html/ImageData.cpp.o: In function `WebCore::ImageData::ImageData(WebCore::IntSize const&amp;)&apos;:
ImageData.cpp:(.text._ZN7WebCore9ImageDataC2ERKNS_7IntSizeE+0x2b): undefined reference to `JSC::GenericTypedArrayView&lt;JSC::Uint8ClampedAdaptor&gt;::createUninitialized(unsigned int)&apos;
CMakeFiles/WebCore.dir/platform/graphics/cairo/ImageBufferCairo.cpp.o: In function `WTF::PassRefPtr&lt;JSC::GenericTypedArrayView&lt;JSC::Uint8ClampedAdaptor&gt; &gt; WebCore::getImageData&lt;(WebCore::Multiply)1&gt;(WebCore::IntRect const&amp;, WebCore::ImageBufferData const&amp;, WebCore::IntSize const&amp;)&apos;:
ImageBufferCairo.cpp:(.text._ZN7WebCore12getImageDataILNS_8MultiplyE1EEEN3WTF10PassRefPtrIN3JSC21GenericTypedArrayViewINS4_19Uint8ClampedAdaptorEEEEERKNS_7IntRectERKNS_15ImageBufferDataERKNS_7IntSizeE[_ZN7WebCore12getImageDataILNS_8MultiplyE1EEEN3WTF10PassRefPtrIN3JSC21GenericTypedArrayViewINS4_19Uint8ClampedAdaptorEEEEERKNS_7IntRectERKNS_15ImageBufferDataERKNS_7IntSizeE]+0x41): undefined reference to `JSC::GenericTypedArrayView&lt;JSC::Uint8ClampedAdaptor&gt;::createUninitialized(unsigned int)&apos;
CMakeFiles/WebCore.dir/platform/graphics/cairo/ImageBufferCairo.cpp.o: In function `WTF::PassRefPtr&lt;JSC::GenericTypedArrayView&lt;JSC::Uint8ClampedAdaptor&gt; &gt; WebCore::getImageData&lt;(WebCore::Multiply)0&gt;(WebCore::IntRect const&amp;, WebCore::ImageBufferData const&amp;, WebCore::IntSize const&amp;)&apos;:
ImageBufferCairo.cpp:(.text._ZN7WebCore12getImageDataILNS_8MultiplyE0EEEN3WTF10PassRefPtrIN3JSC21GenericTypedArrayViewINS4_19Uint8ClampedAdaptorEEEEERKNS_7IntRectERKNS_15ImageBufferDataERKNS_7IntSizeE[_ZN7WebCore12getImageDataILNS_8MultiplyE0EEEN3WTF10PassRefPtrIN3JSC21GenericTypedArrayViewINS4_19Uint8ClampedAdaptorEEEEERKNS_7IntRectERKNS_15ImageBufferDataERKNS_7IntSizeE]+0x3e): undefined reference to `JSC::GenericTypedArrayView&lt;JSC::Uint8ClampedAdaptor&gt;::createUninitialized(unsigned int)&apos;
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libwebcore_efl.so.0.1.0] Error 1
make[1]: *** [Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2
make: *** [all] Error 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1020806</commentid>
    <comment_count>1</comment_count>
      <attachid>234484</attachid>
    <who name="Tibor Mészáros">mtiborinf</who>
    <bug_when>2014-07-07 03:52:56 -0700</bug_when>
    <thetext>Created attachment 234484
Patch

Fix for the bug</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1020845</commentid>
    <comment_count>2</comment_count>
      <attachid>234484</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2014-07-07 11:03:27 -0700</bug_when>
    <thetext>Comment on attachment 234484
Patch

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

I’d like to hear what some JavaScript bindings expert has to say about this.

&gt; Source/WebCore/platform/graphics/ImageBuffer.h:39
&gt; +#include &lt;runtime/JSCInlines.h&gt;
&gt; +#include &lt;runtime/TypedArrayInlines.h&gt;

This is really unfortunate; includes that are only needed for the JavaScript bindings really don’t belong in the DOM implementation itself. However, there may be no other solution to this problem.

&gt; Source/WebCore/platform/graphics/ImageBuffer.h:40
&gt;  #include &lt;runtime/Uint8ClampedArray.h&gt;

This already-existing include is equally bad.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1020946</commentid>
    <comment_count>3</comment_count>
      <attachid>234484</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2014-07-07 16:06:54 -0700</bug_when>
    <thetext>Comment on attachment 234484
Patch

Can we put these includes into the two affected .cpp files rather than into the header?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1021358</commentid>
    <comment_count>4</comment_count>
    <who name="Tibor Mészáros">mtiborinf</who>
    <bug_when>2014-07-09 07:09:44 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (From update of attachment 234484 [details])
&gt; Can we put these includes into the two affected .cpp files rather than into the header?

I will try to do what you wished. If I got some result, i will upload a new patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1022208</commentid>
    <comment_count>5</comment_count>
      <attachid>234484</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2014-07-14 06:25:59 -0700</bug_when>
    <thetext>Comment on attachment 234484
Patch

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

This bug was already fixed by https://bugs.webkit.org/show_bug.cgi?id=130394,
but r167497 removed the fix. The goal of this bug is to revert this incorrect
removal which caused the build failure mentioned in the description.

&gt;&gt; Source/WebCore/platform/graphics/ImageBuffer.h:39
&gt;&gt; +#include &lt;runtime/TypedArrayInlines.h&gt;
&gt; 
&gt; This is really unfortunate; includes that are only needed for the JavaScript bindings really don’t belong in the DOM implementation itself. However, there may be no other solution to this problem.

There are many includes of this headers everywhere, I don&apos;t think if we can avoid them:

$ grep -R &quot;runtime/TypedArrayInlines.h&quot; .
./WebCore/Modules/webaudio/AudioBuffer.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/testing/MockCDM.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/platform/graphics/filters/FilterEffect.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/platform/graphics/filters/FEGaussianBlur.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:#import &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/html/canvas/WebGLRenderingContext.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/bindings/js/SerializedScriptValue.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/bindings/js/JSDOMBinding.h:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;
./WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp:#include &lt;runtime/TypedArrayInlines.h&gt;

$ grep -R &quot;runtime/JSCInlines.h&quot; .
./WebCore/inspector/WebConsoleAgent.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/inspector/InspectorDOMAgent.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/xml/XMLHttpRequest.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bridge/jsc/BridgeJSC.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bridge/c/c_utility.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/Modules/webaudio/AudioBuffer.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/Modules/mediasource/SourceBuffer.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/testing/MockCDM.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/testing/Internals.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/platform/SerializedPlatformRepresentation.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/platform/graphics/filters/FilterEffect.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/platform/graphics/filters/FEGaussianBlur.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:#import &lt;runtime/JSCInlines.h&gt;
./WebCore/html/HTMLCanvasElement.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/html/track/DataCue.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/html/canvas/WebGLRenderingContext.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/html/HTMLImageLoader.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/JSNodeFilterCondition.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/SerializedScriptValue.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/JSCryptoKeySerializationJWK.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/JSCustomXPathNSResolver.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/JSDictionary.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/WebCoreTypedArrayController.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/JSMessagePortCustom.h:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/dom/PopStateEvent.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/dom/CustomEvent.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/dom/MessageEvent.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebCore/dom/Node.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebKit2/Shared/linux/WebMemorySamplerLinux.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebKit2/WebProcess/WebPage/WebPage.cpp:#include &lt;runtime/JSCInlines.h&gt;
./WebKit2/UIProcess/WebContext.cpp:#include &lt;runtime/JSCInlines.h&gt;

&gt;&gt; Source/WebCore/platform/graphics/ImageBuffer.h:40
&gt;&gt;  #include &lt;runtime/Uint8ClampedArray.h&gt;
&gt; 
&gt; This already-existing include is equally bad.

PassRefPtr&lt;Uint8ClampedArray&gt; is used in line 105 and 106, we really need this include:
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/ImageBuffer.h#L105

It didn&apos;t cause build failures before, because it was built into filters objects. 
But I don&apos;t think if it is good if ImageBuffer depends on something built to a filter file.


$ grep -R &quot;runtime/Uint8ClampedArray.h&quot; .
./WebCore/platform/graphics/filters/FilterEffect.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEComponentTransfer.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEGaussianBlur.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEConvolveMatrix.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FilterEffect.h:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEBlend.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEMorphology.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEColorMatrix.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEComposite.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEDropShadow.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FELighting.h:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FEDisplacementMap.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/filters/FETurbulence.cpp:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/cg/ImageBufferDataCG.h:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/platform/graphics/ImageBuffer.h:#include &lt;runtime/Uint8ClampedArray.h&gt;
./WebCore/html/ImageData.h:#include &lt;runtime/Uint8ClampedArray.h&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1022209</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2014-07-14 06:28:33 -0700</bug_when>
    <thetext>cc-ing Filip too, he landed a huge patch related to this inlines files - https://trac.webkit.org/changeset/163844</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1022216</commentid>
    <comment_count>7</comment_count>
      <attachid>234854</attachid>
    <who name="Tibor Mészáros">mtiborinf</who>
    <bug_when>2014-07-14 09:03:34 -0700</bug_when>
    <thetext>Created attachment 234854
Patch v2

This patch will add the two include into the affected .cpp files.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1022317</commentid>
    <comment_count>8</comment_count>
      <attachid>234854</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2014-07-14 14:29:30 -0700</bug_when>
    <thetext>Comment on attachment 234854
Patch v2

Clearing flags on attachment: 234854

Committed r171083: &lt;http://trac.webkit.org/changeset/171083&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1022318</commentid>
    <comment_count>9</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2014-07-14 14:29:35 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>234484</attachid>
            <date>2014-07-07 03:52:56 -0700</date>
            <delta_ts>2014-07-14 09:03:34 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>patch.patch</filename>
            <type>text/plain</type>
            <size>1128</size>
            <attacher name="Tibor Mészáros">mtiborinf</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZwppbmRleCA2MTEyYWYyLi5lMWQwOGZiIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29y
ZS9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIg
QEAKKzIwMTQtMDctMDcgIFRpYm9yIE1lc3phcm9zICA8dG1lc3phcm9zLnUtc3plZ2VkQHBhcnRu
ZXIuc2Ftc3VuZy5jb20+CisKKyAgICAgICAgRml4IHRoZSAhRU5BQkxFKEZJTFRFUlMpICYmICFF
TkFCTEUoQ1NTX0ZJTFRFUlMpIGJ1aWxkIGFmdGVyIHIxNjc0OTcKKyAgICAgICAgaHR0cHM6Ly9i
dWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTEzNDY3OQorCisgICAgICAgIFJldmlld2Vk
IGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgICogcGxhdGZvcm0vZ3JhcGhpY3MvSW1hZ2VC
dWZmZXIuaDoKKwogMjAxNC0wNy0wNyAgSW9uIFJvc2NhICA8cm9zY2FAYWRvYmUuY29tPgogCiAg
ICAgICAgIFtDU1MgQmxlbmRpbmddVGhlIGJhY2tncm91bmQgaW1hZ2VzIHNldCBvbiB0aGUgcm9v
dCBlbGVtZW50IHdpbGwgYmxlbmQgb24gYW4gaW5pdGlhbCB3aGl0ZSBiYWNrZHJvcC4KZGlmZiAt
LWdpdCBhL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNzL0ltYWdlQnVmZmVyLmggYi9T
b3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS9ncmFwaGljcy9JbWFnZUJ1ZmZlci5oCmluZGV4IDVjOTk0
OTkuLmFjZTdhNWIgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNz
L0ltYWdlQnVmZmVyLmgKKysrIGIvU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3MvSW1h
Z2VCdWZmZXIuaApAQCAtMzUsNiArMzUsOCBAQAogI2luY2x1ZGUgIkludFNpemUuaCIKICNpbmNs
dWRlICJJbWFnZUJ1ZmZlckRhdGEuaCIKICNpbmNsdWRlICJQbGF0Zm9ybUxheWVyLmgiCisjaW5j
bHVkZSA8cnVudGltZS9KU0NJbmxpbmVzLmg+CisjaW5jbHVkZSA8cnVudGltZS9UeXBlZEFycmF5
SW5saW5lcy5oPgogI2luY2x1ZGUgPHJ1bnRpbWUvVWludDhDbGFtcGVkQXJyYXkuaD4KICNpbmNs
dWRlIDx3dGYvRm9yd2FyZC5oPgogI2luY2x1ZGUgPHd0Zi9Pd25QdHIuaD4K
</data>
<flag name="review"
          id="259019"
          type_id="1"
          status="-"
          setter="darin"
    />
    <flag name="commit-queue"
          id="259020"
          type_id="3"
          status="-"
          setter="darin"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>234854</attachid>
            <date>2014-07-14 09:03:34 -0700</date>
            <delta_ts>2014-07-14 14:29:30 -0700</delta_ts>
            <desc>Patch v2</desc>
            <filename>patch_v4.patch</filename>
            <type>text/plain</type>
            <size>1562</size>
            <attacher name="Tibor Mészáros">mtiborinf</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZwppbmRleCA3MWE2MDA2Li41N2NiMzVjIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29y
ZS9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTMg
QEAKKzIwMTQtMDctMTQgIFRpYm9yIE1lc3phcm9zICA8dG1lc3phcm9zLnUtc3plZ2VkQHBhcnRu
ZXIuc2Ftc3VuZy5jb20+CisKKyAgICAgICAgRml4IHRoZSAhRU5BQkxFKEZJTFRFUlMpICYmICFF
TkFCTEUoQ1NTX0ZJTFRFUlMpIGJ1aWxkIGFmdGVyIHIxNjc0OTcKKyAgICAgICAgaHR0cHM6Ly9i
dWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTEzNDY3OQorCisgICAgICAgIFJldmlld2Vk
IGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgICogaHRtbC9JbWFnZURhdGEuY3BwOgorICAg
ICAgICAqIHBsYXRmb3JtL2dyYXBoaWNzL2NhaXJvL0ltYWdlQnVmZmVyQ2Fpcm8uY3BwOgorCiAy
MDE0LTA3LTEzICBCZW5qYW1pbiBQb3VsYWluICA8YmVuamFtaW5Ad2Via2l0Lm9yZz4KIAogICAg
ICAgICBSZW1vdmUgU2VsZWN0b3JDaGVja2VyRmFzdFBhdGggZnJvbSB0aGUgc3R5bGUgcmVzb2x1
dGlvbiBhbGdvcml0aG0KZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL2h0bWwvSW1hZ2VEYXRh
LmNwcCBiL1NvdXJjZS9XZWJDb3JlL2h0bWwvSW1hZ2VEYXRhLmNwcAppbmRleCA3OTQwZjQ0Li4y
N2I1N2MzIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29yZS9odG1sL0ltYWdlRGF0YS5jcHAKKysr
IGIvU291cmNlL1dlYkNvcmUvaHRtbC9JbWFnZURhdGEuY3BwCkBAIC0zMSw2ICszMSw4IEBACiAj
aW5jbHVkZSAiSW1hZ2VEYXRhLmgiCiAKICNpbmNsdWRlICJFeGNlcHRpb25Db2RlLmgiCisjaW5j
bHVkZSA8cnVudGltZS9KU0NJbmxpbmVzLmg+CisjaW5jbHVkZSA8cnVudGltZS9UeXBlZEFycmF5
SW5saW5lcy5oPgogCiBuYW1lc3BhY2UgV2ViQ29yZSB7CiAKZGlmZiAtLWdpdCBhL1NvdXJjZS9X
ZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNzL2NhaXJvL0ltYWdlQnVmZmVyQ2Fpcm8uY3BwIGIvU291
cmNlL1dlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3MvY2Fpcm8vSW1hZ2VCdWZmZXJDYWlyby5jcHAK
aW5kZXggN2FlYWNmZC4uZmE4MGMyOSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvcGxhdGZv
cm0vZ3JhcGhpY3MvY2Fpcm8vSW1hZ2VCdWZmZXJDYWlyby5jcHAKKysrIGIvU291cmNlL1dlYkNv
cmUvcGxhdGZvcm0vZ3JhcGhpY3MvY2Fpcm8vSW1hZ2VCdWZmZXJDYWlyby5jcHAKQEAgLTM5LDYg
KzM5LDggQEAKICNpbmNsdWRlICJQbGF0Zm9ybUNvbnRleHRDYWlyby5oIgogI2luY2x1ZGUgIlJl
ZlB0ckNhaXJvLmgiCiAjaW5jbHVkZSA8Y2Fpcm8uaD4KKyNpbmNsdWRlIDxydW50aW1lL0pTQ0lu
bGluZXMuaD4KKyNpbmNsdWRlIDxydW50aW1lL1R5cGVkQXJyYXlJbmxpbmVzLmg+CiAjaW5jbHVk
ZSA8d3RmL1ZlY3Rvci5oPgogI2luY2x1ZGUgPHd0Zi90ZXh0L0Jhc2U2NC5oPgogI2luY2x1ZGUg
PHd0Zi90ZXh0L1dURlN0cmluZy5oPgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>