Title: [105734] trunk/Source/WebCore
Revision
105734
Author
[email protected]
Date
2012-01-24 05:58:04 -0800 (Tue, 24 Jan 2012)

Log Message

[Refactoring] Make finish() of CodeGeneratorJS.pm empty
https://bugs.webkit.org/show_bug.cgi?id=76846

Reviewed by Tor Arne Vestbø.

* bindings/scripts/CodeGeneratorJS.pm: Warning fix after r105683.
(WriteData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105733 => 105734)


--- trunk/Source/WebCore/ChangeLog	2012-01-24 13:32:07 UTC (rev 105733)
+++ trunk/Source/WebCore/ChangeLog	2012-01-24 13:58:04 UTC (rev 105734)
@@ -1,3 +1,13 @@
+2012-01-24  Csaba Osztrogonác  <[email protected]>
+
+        [Refactoring] Make finish() of CodeGeneratorJS.pm empty
+        https://bugs.webkit.org/show_bug.cgi?id=76846
+
+        Reviewed by Tor Arne Vestbø.
+
+        * bindings/scripts/CodeGeneratorJS.pm: Warning fix after r105683.
+        (WriteData):
+
 2012-01-24  Andras Becsi  <[email protected]>
 
         [Qt] Fix the build with the newes Qt5 hashes

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (105733 => 105734)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2012-01-24 13:32:07 UTC (rev 105733)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2012-01-24 13:58:04 UTC (rev 105734)
@@ -3287,7 +3287,7 @@
     # Write content to file.
     print HEADER @headerContentHeader;
 
-    my @includes = ();
+    @includes = ();
     foreach my $include (keys %headerIncludes) {
         $include = "\"$include\"" unless $include =~ /^["<]/; # "
         push @includes, $include;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to