<?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>45728</bug_id>
          
          <creation_ts>2010-09-13 19:20:45 -0700</creation_ts>
          <short_desc>[EFL] Fix a build break by Bug 45494</short_desc>
          <delta_ts>2010-09-16 19:30:10 -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 EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</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="Gyuyoung Kim">gyuyoung.kim</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>enrica</cc>
    
    <cc>kenneth</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>tonikitoo</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>278655</commentid>
    <comment_count>0</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2010-09-13 19:20:45 -0700</bug_when>
    <thetext>There is a build break as below when WebKit EFL is built.

/home/gyuyoung/webkit/WebKit-git/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp:681: error: virtual 
outside class declaration</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278658</commentid>
    <comment_count>1</comment_count>
      <attachid>67510</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2010-09-13 19:24:19 -0700</bug_when>
    <thetext>Created attachment 67510
Patch

I remove the &quot;virtual&quot; keyword in FrameLoaderClientEfl.cpp.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278673</commentid>
    <comment_count>2</comment_count>
      <attachid>67510</attachid>
    <who name="Antonio Gomes">tonikitoo</who>
    <bug_when>2010-09-13 20:16:52 -0700</bug_when>
    <thetext>Comment on attachment 67510
Patch

[23:13]  &lt;demarchi&gt; see in  WebCore/loader/EmptyClients.h
[23:13]  &lt;demarchi&gt; there&apos;s the following method:
[23:13]  &lt;demarchi&gt; +    virtual bool canShowMIMETypeAsHTML(const String&amp;) const { return false; }
[23:13]  &lt;demarchi&gt; without ifdefs
[23:13]  &lt;demarchi&gt; but in WebCore/loader/FrameLoaderClient.h, they added the definition using #if PLATFORM(MAC)
[23:14]  &lt;tonikitoo&gt; so it should just remove the whole method. is that it?
[23:15]  &lt;demarchi&gt; i think so ...[quote]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278694</commentid>
    <comment_count>3</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2010-09-13 21:07:18 -0700</bug_when>
    <thetext>The &quot;#if PLATFORM(MAC)&quot; macro was removed in WebCore/loader/FrameLoaderClient.h. Reviewer wanted to remove the macro.(Bug 45494 Comment #6). So, I think we need to keep the function.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278814</commentid>
    <comment_count>4</comment_count>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-14 04:42:44 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; The &quot;#if PLATFORM(MAC)&quot; macro was removed in WebCore/loader/FrameLoaderClient.h. Reviewer wanted to remove the macro.(Bug 45494 Comment #6). So, I think we need to keep the function.

Antonio, as I told, that patch from MAC was wrong ;-).

Closing this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278815</commentid>
    <comment_count>5</comment_count>
      <attachid>67510</attachid>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-14 04:43:09 -0700</bug_when>
    <thetext>Comment on attachment 67510
Patch

Clearing flags.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278825</commentid>
    <comment_count>6</comment_count>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-14 05:01:47 -0700</bug_when>
    <thetext>Re-opening this bug since the #if PLATFORM(MAC) was not removed yet.

Enrica, since the implementation of this method is just a NotImplemented() in EFL, do you think it&apos;s better to just remove it or you are going to remove the #if?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>280508</commentid>
    <comment_count>7</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2010-09-16 19:24:17 -0700</bug_when>
    <thetext>Leandro already fix this bug. So, I close this bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>67510</attachid>
            <date>2010-09-13 19:24:19 -0700</date>
            <delta_ts>2010-09-14 04:43:25 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>patch-efl-build-fix.txt</filename>
            <type>text/plain</type>
            <size>1304</size>
            <attacher name="Gyuyoung Kim">gyuyoung.kim</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYktpdC9lZmwvQ2hhbmdlTG9nIGIvV2ViS2l0L2VmbC9DaGFuZ2VMb2cK
aW5kZXggMjdhYjVhMC4uMzdjYjQwZiAxMDA2NDQKLS0tIGEvV2ViS2l0L2VmbC9DaGFuZ2VMb2cK
KysrIGIvV2ViS2l0L2VmbC9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxNiBAQAorMjAxMC0wOS0xMyAg
R3l1eW91bmcgS2ltICA8Z3l1eW91bmcua2ltQHNhbXN1bmcuY29tPgorCisgICAgICAgIFVucmV2
aWV3ZWQgYnVpbGQgZml4LgorCisgICAgICAgIFtFRkxdIEZpeCBhIGJ1aWxkIGJyZWFrIGJ5IEJ1
ZyA0NTQ5NAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9
NDU3MjgKKworICAgICAgICBUaGUgY2FuU2hvd01JTUVUeXBlQXNIVE1MIHdhcyBpbXBsZW1lbnRl
ZCB3aXRoIHZpcnR1YWwga2V5d29yZCBpbiAKKyAgICAgICAgaW4gRnJhbWVMb2FkZXJDbGllbnRF
ZmwuY3BwLiBTbywgd2UgbmVlZCB0byByZW1vdmUgdGhlIGtleXdvcmQuCisKKyAgICAgICAgKiBX
ZWJDb3JlU3VwcG9ydC9GcmFtZUxvYWRlckNsaWVudEVmbC5jcHA6CisgICAgICAgIChXZWJDb3Jl
OjpGcmFtZUxvYWRlckNsaWVudEVmbDo6Y2FuU2hvd01JTUVUeXBlQXNIVE1MKToKKwogMjAxMC0w
OS0xMyAgUmFmYWVsIEFudG9nbm9sbGkgIDxhbnRvZ25vbGxpQHByb2Z1c2lvbi5tb2JpPgogCiAg
ICAgICAgIFVucmV2aWV3ZWQgYnVpbGQgZml4LgpkaWZmIC0tZ2l0IGEvV2ViS2l0L2VmbC9XZWJD
b3JlU3VwcG9ydC9GcmFtZUxvYWRlckNsaWVudEVmbC5jcHAgYi9XZWJLaXQvZWZsL1dlYkNvcmVT
dXBwb3J0L0ZyYW1lTG9hZGVyQ2xpZW50RWZsLmNwcAppbmRleCBhNjIzYThmLi4wNTY2ODdjIDEw
MDY0NAotLS0gYS9XZWJLaXQvZWZsL1dlYkNvcmVTdXBwb3J0L0ZyYW1lTG9hZGVyQ2xpZW50RWZs
LmNwcAorKysgYi9XZWJLaXQvZWZsL1dlYkNvcmVTdXBwb3J0L0ZyYW1lTG9hZGVyQ2xpZW50RWZs
LmNwcApAQCAtNjc4LDcgKzY3OCw3IEBAIGJvb2wgRnJhbWVMb2FkZXJDbGllbnRFZmw6OmNhbkhh
bmRsZVJlcXVlc3QoY29uc3QgUmVzb3VyY2VSZXF1ZXN0JikgY29uc3QKICAgICByZXR1cm4gdHJ1
ZTsKIH0KIAotdmlydHVhbCBib29sIEZyYW1lTG9hZGVyQ2xpZW50RWZsOjpjYW5TaG93TUlNRVR5
cGVBc0hUTUwoY29uc3QgU3RyaW5nJiBNSU1FVHlwZSkgY29uc3QKK2Jvb2wgRnJhbWVMb2FkZXJD
bGllbnRFZmw6OmNhblNob3dNSU1FVHlwZUFzSFRNTChjb25zdCBTdHJpbmcmIE1JTUVUeXBlKSBj
b25zdAogewogICAgIG5vdEltcGxlbWVudGVkKCk7CiAgICAgcmV0dXJuIGZhbHNlOwo=
</data>

          </attachment>
      

    </bug>

</bugzilla>