Title: [207399] trunk/Tools
Revision
207399
Author
dba...@webkit.org
Date
2016-10-16 20:03:23 -0700 (Sun, 16 Oct 2016)

Log Message

Fix Perl warning about masked variable following <http://trac.webkit.org/changeset/207382>
(https://bugs.webkit.org/show_bug.cgi?id=163456)

* Scripts/prepare-ChangeLog:
(actuallyGenerateFunctionLists):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (207398 => 207399)


--- trunk/Tools/ChangeLog	2016-10-17 02:12:32 UTC (rev 207398)
+++ trunk/Tools/ChangeLog	2016-10-17 03:03:23 UTC (rev 207399)
@@ -1,3 +1,11 @@
+2016-10-16  Daniel Bates  <daba...@apple.com>
+
+        Fix Perl warning about masked variable following <http://trac.webkit.org/changeset/207382>
+        (https://bugs.webkit.org/show_bug.cgi?id=163456)
+
+        * Scripts/prepare-ChangeLog:
+        (actuallyGenerateFunctionLists):
+
 2016-10-16  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Fix GTK+ unit test /webkit2/WebKitWebContext/languages after r206949.

Modified: trunk/Tools/Scripts/prepare-ChangeLog (207398 => 207399)


--- trunk/Tools/Scripts/prepare-ChangeLog	2016-10-17 02:12:32 UTC (rev 207398)
+++ trunk/Tools/Scripts/prepare-ChangeLog	2016-10-17 03:03:23 UTC (rev 207399)
@@ -351,7 +351,6 @@
         $file =~ s/ /\\ /g;
 
         my %saw_function;
-        my @afterChangeFunctionRanges;
 
         # Find all the functions in the file.
         my $sourceFileHandle = $delegateHashRef->{openFile}($file);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to