<?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>140118</bug_id>
          
          <creation_ts>2015-01-06 02:15:25 -0800</creation_ts>
          <short_desc>Fix Unused parameter warning in Webcore bindings</short_desc>
          <delta_ts>2015-01-06 03:59:53 -0800</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>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>140105</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Shivakumar J M">shiva.jm</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>commit-queue</cc>
    
    <cc>darin</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>kling</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1058943</commentid>
    <comment_count>0</comment_count>
    <who name="Shivakumar J M">shiva.jm</who>
    <bug_when>2015-01-06 02:15:25 -0800</bug_when>
    <thetext>Got build warning error for efl port. might caused by issue:  https://bugs.webkit.org/show_bug.cgi?id=140105

../../Source/WebCore/bindings/js/ScriptController.cpp:408:37: warning: unused parameter ‘widget’ [-Wunused-parameter]
 PassRefPtr&lt;JSC::Bindings::Instance&gt; ScriptController::createScriptInstanceForWidget(Widget* widget)
                                     ^</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058944</commentid>
    <comment_count>1</comment_count>
      <attachid>244042</attachid>
    <who name="Shivakumar J M">shiva.jm</who>
    <bug_when>2015-01-06 02:21:13 -0800</bug_when>
    <thetext>Created attachment 244042
Patch

remove the Unused parameter from createScriptInstanceForWidget() function.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058949</commentid>
    <comment_count>2</comment_count>
      <attachid>244042</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-01-06 02:30:09 -0800</bug_when>
    <thetext>Comment on attachment 244042
Patch

LGTM</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058957</commentid>
    <comment_count>3</comment_count>
      <attachid>244042</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-01-06 03:10:07 -0800</bug_when>
    <thetext>Comment on attachment 244042
Patch

Clearing flags on attachment: 244042

Committed r177954: &lt;http://trac.webkit.org/changeset/177954&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058958</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-01-06 03:10:12 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058959</commentid>
    <comment_count>5</comment_count>
      <attachid>244042</attachid>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2015-01-06 03:21:10 -0800</bug_when>
    <thetext>Comment on attachment 244042
Patch

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

&gt; Source/WebCore/ChangeLog:4
&gt; +        https://bugs.webkit.org/show_bug.cgi?id=140046

Wrong bug ID...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058965</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-01-06 03:30:04 -0800</bug_when>
    <thetext>*** Bug 140120 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058968</commentid>
    <comment_count>7</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-01-06 03:34:39 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; Comment on attachment 244042 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=244042&amp;action=review
&gt; 
&gt; &gt; Source/WebCore/ChangeLog:4
&gt; &gt; +        https://bugs.webkit.org/show_bug.cgi?id=140046
&gt; 
&gt; Wrong bug ID...

I filed a new bug report to fix the CQ not to land patches
with this kind of problems: bug140122</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058973</commentid>
    <comment_count>8</comment_count>
    <who name="Shivakumar J M">shiva.jm</who>
    <bug_when>2015-01-06 03:46:34 -0800</bug_when>
    <thetext>Update the changelog in patch: https://bugs.webkit.org/show_bug.cgi?id=140121</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058982</commentid>
    <comment_count>9</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-01-06 03:59:53 -0800</bug_when>
    <thetext>Committed r177956: &lt;http://trac.webkit.org/changeset/177956&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>244042</attachid>
            <date>2015-01-06 02:21:13 -0800</date>
            <delta_ts>2015-01-06 03:10:07 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-140118.patch</filename>
            <type>text/plain</type>
            <size>1349</size>
            <attacher name="Shivakumar J M">shiva.jm</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDE3Nzk1MikKKysrIFNvdXJjZS9XZWJDb3JlL0NoYW5n
ZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE3IEBACisyMDE1LTAxLTA2ICBTaGl2YWt1
bWFyIEpNICA8c2hpdmEuam1Ac2Ftc3VuZy5jb20+CisKKyAgICAgICAgRml4IFVudXNlZCBwYXJh
bWV0ZXIgd2FybmluZyBpbiBXZWJjb3JlIGJpbmRpbmdzLgorICAgICAgICBodHRwczovL2J1Z3Mu
d2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTQwMDQ2CisKKyAgICAgICAgUmV2aWV3ZWQgYnkg
Tk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgcmVtb3ZlIHRoZSBVbnVzZWQgcGFyYW1ldGVyIGZy
b20gY3JlYXRlU2NyaXB0SW5zdGFuY2VGb3JXaWRnZXQoKSBmdW5jdGlvbgorCisgICAgICAgIE5v
IG5ldyB0ZXN0cywgbm8gYmVoYXZpb3IgY2hhbmdlZC4KKworICAgICAgICAqIGJpbmRpbmdzL2pz
L1NjcmlwdENvbnRyb2xsZXIuY3BwOgorICAgICAgICAoV2ViQ29yZTo6U2NyaXB0Q29udHJvbGxl
cjo6Y3JlYXRlU2NyaXB0SW5zdGFuY2VGb3JXaWRnZXQpOgorCiAyMDE1LTAxLTA1ICBEYXJpbiBB
ZGxlciAgPGRhcmluQGFwcGxlLmNvbT4KIAogICAgICAgICBNb2Rlcm5pemUgYW5kIHN0cmVhbWxp
bmUgSFRNTFRva2VuIGFuZCBBdG9taWNIVE1MVG9rZW4KSW5kZXg6IFNvdXJjZS9XZWJDb3JlL2Jp
bmRpbmdzL2pzL1NjcmlwdENvbnRyb2xsZXIuY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJD
b3JlL2JpbmRpbmdzL2pzL1NjcmlwdENvbnRyb2xsZXIuY3BwCShyZXZpc2lvbiAxNzc5NDUpCisr
KyBTb3VyY2UvV2ViQ29yZS9iaW5kaW5ncy9qcy9TY3JpcHRDb250cm9sbGVyLmNwcAkod29ya2lu
ZyBjb3B5KQpAQCAtNDA1LDcgKzQwNSw3IEBAIE5QT2JqZWN0KiBTY3JpcHRDb250cm9sbGVyOjpj
cmVhdGVTY3JpcHQKICNlbmRpZgogCiAjaWYgIVBMQVRGT1JNKENPQ09BKQotUGFzc1JlZlB0cjxK
U0M6OkJpbmRpbmdzOjpJbnN0YW5jZT4gU2NyaXB0Q29udHJvbGxlcjo6Y3JlYXRlU2NyaXB0SW5z
dGFuY2VGb3JXaWRnZXQoV2lkZ2V0KiB3aWRnZXQpCitQYXNzUmVmUHRyPEpTQzo6QmluZGluZ3M6
Okluc3RhbmNlPiBTY3JpcHRDb250cm9sbGVyOjpjcmVhdGVTY3JpcHRJbnN0YW5jZUZvcldpZGdl
dChXaWRnZXQqKQogewogICAgIHJldHVybiBudWxscHRyOwogfQo=
</data>

          </attachment>
      

    </bug>

</bugzilla>