Title: [102992] trunk/Source/WebCore
Revision
102992
Author
[email protected]
Date
2011-12-15 15:50:17 -0800 (Thu, 15 Dec 2011)

Log Message

Touch make_name.pl in an attempt to make Qt bots happy.

* dom/make_names.pl:
(printNamesHeaderFile):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102991 => 102992)


--- trunk/Source/WebCore/ChangeLog	2011-12-15 23:48:19 UTC (rev 102991)
+++ trunk/Source/WebCore/ChangeLog	2011-12-15 23:50:17 UTC (rev 102992)
@@ -1,3 +1,10 @@
+2011-12-15  Ryosuke Niwa  <[email protected]>
+
+        Touch make_name.pl in an attempt to make Qt bots happy.
+
+        * dom/make_names.pl:
+        (printNamesHeaderFile):
+
 2011-12-15  Kentaro Hara  <[email protected]>
 
         Unreviewed. Rebaselined run-bindings-tests results.

Modified: trunk/Source/WebCore/dom/make_names.pl (102991 => 102992)


--- trunk/Source/WebCore/dom/make_names.pl	2011-12-15 23:48:19 UTC (rev 102991)
+++ trunk/Source/WebCore/dom/make_names.pl	2011-12-15 23:50:17 UTC (rev 102992)
@@ -576,7 +576,7 @@
         print F "// Tags\n";
         printMacros($F, "extern const WebCore::QualifiedName", "Tag", \%allTags);
     }
-    
+
     if (keys %allAttrs) {
         print F "// Attributes\n";
         printMacros($F, "extern const WebCore::QualifiedName", "Attr", \%allAttrs);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to