Title: [224080] trunk/Source/WebKit
Revision
224080
Author
mcatanz...@igalia.com
Date
2017-10-26 19:19:34 -0700 (Thu, 26 Oct 2017)

Log Message

Unreviewed, fix GCC warning spam after r224077
https://bugs.webkit.org/show_bug.cgi?id=178823

Need to leave a blank line at the bottom of the file.

* Scripts/PreferencesTemplates/WebPreferencesDefinitions.h.erb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (224079 => 224080)


--- trunk/Source/WebKit/ChangeLog	2017-10-27 02:02:35 UTC (rev 224079)
+++ trunk/Source/WebKit/ChangeLog	2017-10-27 02:19:34 UTC (rev 224080)
@@ -1,3 +1,12 @@
+2017-10-26  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        Unreviewed, fix GCC warning spam after r224077
+        https://bugs.webkit.org/show_bug.cgi?id=178823
+
+        Need to leave a blank line at the bottom of the file.
+
+        * Scripts/PreferencesTemplates/WebPreferencesDefinitions.h.erb:
+
 2017-10-25  Simon Fraser  <simon.fra...@apple.com>
 
         When navigating back to a page, compositing layers may not use accelerated drawing

Modified: trunk/Source/WebKit/Scripts/PreferencesTemplates/WebPreferencesDefinitions.h.erb (224079 => 224080)


--- trunk/Source/WebKit/Scripts/PreferencesTemplates/WebPreferencesDefinitions.h.erb	2017-10-27 02:02:35 UTC (rev 224079)
+++ trunk/Source/WebKit/Scripts/PreferencesTemplates/WebPreferencesDefinitions.h.erb	2017-10-27 02:19:34 UTC (rev 224080)
@@ -54,3 +54,4 @@
     macro(<%= @pref.name %>, <%= @pref.nameLower %>, Bool, bool, <%= @pref.defaultValue %>, <%= @pref.humanReadableName %>, <%= @pref.humanReadableDescription %>) \
 <%- end -%>
     \
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to