Title: [119708] trunk/Source/WebCore
Revision
119708
Author
commit-qu...@webkit.org
Date
2012-06-07 04:58:27 -0700 (Thu, 07 Jun 2012)

Log Message

No new line at the end for SVGCSSPropertyNames.in causes compilation warning
https://bugs.webkit.org/show_bug.cgi?id=88503

Patch by Vivek Galatage <vivekgalat...@gmail.com> on 2012-06-07
Reviewed by Ryosuke Niwa.

Added new line at the end of the file.

No new tests required.

* css/SVGCSSPropertyNames.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (119707 => 119708)


--- trunk/Source/WebCore/ChangeLog	2012-06-07 11:57:55 UTC (rev 119707)
+++ trunk/Source/WebCore/ChangeLog	2012-06-07 11:58:27 UTC (rev 119708)
@@ -1,3 +1,16 @@
+2012-06-07  Vivek Galatage  <vivekgalat...@gmail.com>
+
+        No new line at the end for SVGCSSPropertyNames.in causes compilation warning
+        https://bugs.webkit.org/show_bug.cgi?id=88503
+
+        Reviewed by Ryosuke Niwa.
+
+        Added new line at the end of the file.
+
+        No new tests required.
+
+        * css/SVGCSSPropertyNames.in:
+
 2012-06-07  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt][Win] Use OS(WINDOWS) instead of Q_WS_WIN in WebCore/platform/graphics/GraphicsContext.h

Modified: trunk/Source/WebCore/css/SVGCSSPropertyNames.in (119707 => 119708)


--- trunk/Source/WebCore/css/SVGCSSPropertyNames.in	2012-06-07 11:57:55 UTC (rev 119707)
+++ trunk/Source/WebCore/css/SVGCSSPropertyNames.in	2012-06-07 11:58:27 UTC (rev 119708)
@@ -52,4 +52,5 @@
 
 -webkit-svg-shadow
 
-#endif
\ No newline at end of file
+#endif
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to