Title: [165847] branches/safari-537.75-branch/Source/WebKit2
Revision
165847
Author
[email protected]
Date
2014-03-18 14:53:35 -0700 (Tue, 18 Mar 2014)

Log Message

Add a newline to the end of WKPreferences.cpp to suppress -Werror, -pedantic, and -Wnewline-eof.

Modified Paths

Diff

Modified: branches/safari-537.75-branch/Source/WebKit2/ChangeLog (165846 => 165847)


--- branches/safari-537.75-branch/Source/WebKit2/ChangeLog	2014-03-18 21:46:21 UTC (rev 165846)
+++ branches/safari-537.75-branch/Source/WebKit2/ChangeLog	2014-03-18 21:53:35 UTC (rev 165847)
@@ -1,5 +1,14 @@
 2014-03-18  Matthew Hanson  <[email protected]>
 
+        Add a newline to the end of WKPreferences.cpp to suppress -Werror, -pedantic, and -Wnewline-eof.
+
+        Unreviewed build fix.
+
+        * UIProcess/API/C/WKPreferences.cpp:
+        (WKPreferencesGetEnableInheritURIQueryComponent):
+
+2014-03-18  Matthew Hanson  <[email protected]>
+
         Remove consecutive single quotations, as the C compiler does not recognize scheme comments.
 
         Unreviewed build fix.

Modified: branches/safari-537.75-branch/Source/WebKit2/UIProcess/API/C/WKPreferences.cpp (165846 => 165847)


--- branches/safari-537.75-branch/Source/WebKit2/UIProcess/API/C/WKPreferences.cpp	2014-03-18 21:46:21 UTC (rev 165846)
+++ branches/safari-537.75-branch/Source/WebKit2/UIProcess/API/C/WKPreferences.cpp	2014-03-18 21:53:35 UTC (rev 165847)
@@ -1163,4 +1163,4 @@
 bool WKPreferencesGetEnableInheritURIQueryComponent(WKPreferencesRef preferencesRef)
 {
     return toImpl(preferencesRef)->enableInheritURIQueryComponent();
-}
\ No newline at end of file
+}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to