Title: [164987] trunk/Source/WebCore
Revision
164987
Author
commit-qu...@webkit.org
Date
2014-03-03 09:06:45 -0800 (Mon, 03 Mar 2014)

Log Message

[GTK] CodeGeneratorGObject.pm remove usage of undefined variable
https://bugs.webkit.org/show_bug.cgi?id=129602

Patch by Tomas Popela <tpop...@redhat.com> on 2014-03-03
Reviewed by Martin Robinson.

Remove usage of undefined variable hdrPropIncludes in CodeGeneratorGObject.pm

* bindings/scripts/CodeGeneratorGObject.pm:
(WriteData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164986 => 164987)


--- trunk/Source/WebCore/ChangeLog	2014-03-03 17:01:11 UTC (rev 164986)
+++ trunk/Source/WebCore/ChangeLog	2014-03-03 17:06:45 UTC (rev 164987)
@@ -1,3 +1,15 @@
+2014-03-03  Tomas Popela  <tpop...@redhat.com>
+
+        [GTK] CodeGeneratorGObject.pm remove usage of undefined variable
+        https://bugs.webkit.org/show_bug.cgi?id=129602
+
+        Reviewed by Martin Robinson.
+
+        Remove usage of undefined variable hdrPropIncludes in CodeGeneratorGObject.pm
+
+        * bindings/scripts/CodeGeneratorGObject.pm:
+        (WriteData):
+
 2014-03-03  Brian Burg  <bb...@apple.com>
 
         Web Replay: upstream input storage, capture/replay machinery, and inspector domain

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (164986 => 164987)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm	2014-03-03 17:01:11 UTC (rev 164986)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm	2014-03-03 17:06:45 UTC (rev 164987)
@@ -1552,7 +1552,6 @@
 
     print PRIVHEADER $text;
     print PRIVHEADER "#if ${conditionalString}\n" if $conditionalString;
-    print PRIVHEADER map { "#include \"$_\"\n" } sort keys(%hdrPropIncludes);
     print PRIVHEADER "\n";
     $text = << "EOF";
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to