<?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>208757</bug_id>
          
          <creation_ts>2020-03-06 20:56:55 -0800</creation_ts>
          <short_desc>generate-bindings-all.pl: &quot;my&quot; variable $fh masks earlier declaration in same scope</short_desc>
          <delta_ts>2020-03-08 13:33:12 -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>WebCore Misc.</component>
          <version>WebKit 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>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Kilzer (:ddkilzer)">ddkilzer</reporter>
          <assigned_to name="Fujii Hironori">fujii</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>cdumez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>fujii</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1627142</commentid>
    <comment_count>0</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2020-03-06 20:56:55 -0800</bug_when>
    <thetext>Noticed here:  &lt;https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Release%20%28Build%29/builds/16615/steps/compile-webkit/logs/stdio&gt;

[...]
Updating WinCairoRequirements.zip...
Found existing release: v2020.01.21
Seeking latest release from WebKitForWindows/WinCairoRequirements...
Found release to download: v2020.01.21
Already up-to-date!
[0/460] Generate bindings (WebCoreBindings)
&quot;my&quot; variable $fh masks earlier declaration in same scope at C:/WebKit-BuildWorker/wincairo-wkl-release/build/Source/WebCore/bindings/scripts/generate-bindings-all.pl line 75.
Preprocess IDL
[2/219] cmd.exe /C &quot;cd /D C:\WebKit-BuildWorker\wincairo-wkl-release\build\WebKitBuild\Release &amp;&amp; C:\tools\cmake\bin\cmake.exe -E copy_directory C:/WebKit-BuildWorker/wincairo-wkl-release/build/Source/WebInspectorUI/UserInterface C:/WebKit-BuildWorker/wincairo-wkl-release/build/WebKitBuild/Release/bin64/WebKit.resources/WebInspectorUI &amp;&amp; C:\tools\cmake\bin\cmake.exe -E copy C:/WebKit-BuildWorker/wincairo-wkl-release/build/WebKitBuild/Release/JavaScriptCore/DerivedSources/inspector/InspectorBackendCommands.js C:/WebKit-BuildWorker/wincairo-wkl-release/build/WebKitBuild/Release/bin64/WebKit.resources/WebInspectorUI/Protocol &amp;&amp; C:\tools\cmake\bin\cmake.exe -E copy C:/WebKit-BuildWorker/wincairo-wkl-release/build/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js C:/WebKit-BuildWorker/wincairo-wkl-release/build/WebKitBuild/Release/bin64/WebKit.resources/WebInspectorUI&quot;
[3/219] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebHistoryItem.cpp.obj
[4/219] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebKitDLL.cpp.obj
[5/219] Building CXX object Source\WebKit\CMakeFiles\WebKit.dir\__\__\WebKit\DerivedSources\DownloadProxyMessageReceiver.cpp.obj
[...]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627378</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2020-03-07 17:16:26 -0800</bug_when>
    <thetext>introduced by r257975 (Bug 205107).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627379</commentid>
    <comment_count>2</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2020-03-07 17:17:59 -0800</bug_when>
    <thetext>Not only WinCairo port, but all CMake ports.

https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29/builds/30850/steps/compile-webkit/logs/stdio

&gt; &quot;my&quot; variable $fh masks earlier declaration in same scope at /home/slave/webkitgtk/gtk-linux-64-release/build/Source/WebCore/bindings/scripts/generate-bindings-all.pl line 75.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627477</commentid>
    <comment_count>3</comment_count>
      <attachid>392943</attachid>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2020-03-07 23:48:38 -0800</bug_when>
    <thetext>Created attachment 392943
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627483</commentid>
    <comment_count>4</comment_count>
      <attachid>392943</attachid>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2020-03-08 01:16:12 -0800</bug_when>
    <thetext>Comment on attachment 392943
Patch

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627565</commentid>
    <comment_count>5</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2020-03-08 13:32:17 -0700</bug_when>
    <thetext>The commit-queue encountered the following flaky tests while processing attachment 392943:

editing/spelling/spellcheck-async-remove-frame.html bug 160571 (authors: morrita@google.com, rniwa@webkit.org, and tony@chromium.org)
The commit-queue is continuing to process your patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627566</commentid>
    <comment_count>6</comment_count>
      <attachid>392943</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2020-03-08 13:32:55 -0700</bug_when>
    <thetext>Comment on attachment 392943
Patch

Clearing flags on attachment: 392943

Committed r258112: &lt;https://trac.webkit.org/changeset/258112&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627567</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2020-03-08 13:32:57 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627568</commentid>
    <comment_count>8</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-03-08 13:33:12 -0700</bug_when>
    <thetext>&lt;rdar://problem/60203979&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>392943</attachid>
            <date>2020-03-07 23:48:38 -0800</date>
            <delta_ts>2020-03-08 13:32:55 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-208757-20200308164837.patch</filename>
            <type>text/plain</type>
            <size>1433</size>
            <attacher name="Fujii Hironori">fujii</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjU4MTAxCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggMjRlY2FhOTVhM2E0OTI0
MTcxMzhhZmEwOGZkOTJhODNmNTNkMmRlMS4uYzQ3YjA0OTQwODczY2MyYzI3YjVjMTEyYzQ2YWJk
ODRjN2FlMzYzYSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEyIEBACisyMDIwLTAzLTA3ICBGdWpp
aSBIaXJvbm9yaSAgPEhpcm9ub3JpLkZ1amlpQHNvbnkuY29tPgorCisgICAgICAgIGdlbmVyYXRl
LWJpbmRpbmdzLWFsbC5wbDogIm15IiB2YXJpYWJsZSAkZmggbWFza3MgZWFybGllciBkZWNsYXJh
dGlvbiBpbiBzYW1lIHNjb3BlCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3df
YnVnLmNnaT9pZD0yMDg3NTcKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4K
KworICAgICAgICAqIGJpbmRpbmdzL3NjcmlwdHMvZ2VuZXJhdGUtYmluZGluZ3MtYWxsLnBsOiBS
ZXVzZSAkZmggdmFyaWFibGUgaW5zdGVhZCBvZiBkZWZpbmluZyBuZXcgb25lLgorCiAyMDIwLTAz
LTA3ICBCcmVudCBGdWxnaGFtICA8YmZ1bGdoYW1AYXBwbGUuY29tPgogCiAgICAgICAgIENyZWF0
ZSBhIGZsYWcgdG8gZGlzYWJsZSBpbi1hcHAgYnJvd3NlciBxdWlya3MKZGlmZiAtLWdpdCBhL1Nv
dXJjZS9XZWJDb3JlL2JpbmRpbmdzL3NjcmlwdHMvZ2VuZXJhdGUtYmluZGluZ3MtYWxsLnBsIGIv
U291cmNlL1dlYkNvcmUvYmluZGluZ3Mvc2NyaXB0cy9nZW5lcmF0ZS1iaW5kaW5ncy1hbGwucGwK
aW5kZXggMjk4MmEzOTEwZDMzOTc1Nzg0MjliNDRhNjRlYjgyNGM2ZmZkMzM2My4uNTQ0Y2Y0OWQ3
ODFiMDlmMWQzODdjN2RkODg5MjY3M2EyZTJhZTk4NyAxMDA3NTUKLS0tIGEvU291cmNlL1dlYkNv
cmUvYmluZGluZ3Mvc2NyaXB0cy9nZW5lcmF0ZS1iaW5kaW5ncy1hbGwucGwKKysrIGIvU291cmNl
L1dlYkNvcmUvYmluZGluZ3Mvc2NyaXB0cy9nZW5lcmF0ZS1iaW5kaW5ncy1hbGwucGwKQEAgLTcy
LDcgKzcyLDcgQEAgb3BlbihteSAkZmgsICc8JywgJGlkbEZpbGVzTGlzdCkgb3IgZGllICJDYW5u
b3Qgb3BlbiAkaWRsRmlsZXNMaXN0IjsKIGNsb3NlKCRmaCkgb3IgZGllOwogCiBteSBAcHBJRExG
aWxlczsKLW9wZW4obXkgJGZoLCAnPCcsICRwcElETEZpbGVzTGlzdCkgb3IgZGllICJDYW5ub3Qg
b3BlbiAkcHBJRExGaWxlc0xpc3QiOworb3BlbigkZmgsICc8JywgJHBwSURMRmlsZXNMaXN0KSBv
ciBkaWUgIkNhbm5vdCBvcGVuICRwcElETEZpbGVzTGlzdCI7CiBAcHBJRExGaWxlcyA9IG1hcCB7
IEN5Z3dpblBhdGhJZk5lZWRlZChzL1xyP1xuPyQvL3IpIH0gPCRmaD47CiBjbG9zZSgkZmgpIG9y
IGRpZTsKIAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>