Title: [165827] branches/safari-537.75-branch/Source/WebKit2
Revision
165827
Author
[email protected]
Date
2014-03-18 12:05:06 -0700 (Tue, 18 Mar 2014)

Log Message

Unreviewed Mountain Lion build fix.  Work around "empty character constant" error
by replacing double single-quotes with single double-quotes.

* NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:

Modified Paths

Diff

Modified: branches/safari-537.75-branch/Source/WebKit2/ChangeLog (165826 => 165827)


--- branches/safari-537.75-branch/Source/WebKit2/ChangeLog	2014-03-18 18:57:45 UTC (rev 165826)
+++ branches/safari-537.75-branch/Source/WebKit2/ChangeLog	2014-03-18 19:05:06 UTC (rev 165827)
@@ -1,3 +1,10 @@
+2014-03-18  Jer Noble  <[email protected]>
+
+        Unreviewed Mountain Lion build fix.  Work around "empty character constant" error
+        by replacing double single-quotes with single double-quotes.
+
+        * NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:
+
 2014-03-17  Matthew Hanson  <[email protected]>
 
         Merge r165753.

Modified: branches/safari-537.75-branch/Source/WebKit2/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in (165826 => 165827)


--- branches/safari-537.75-branch/Source/WebKit2/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in	2014-03-18 18:57:45 UTC (rev 165826)
+++ branches/safari-537.75-branch/Source/WebKit2/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in	2014-03-18 19:05:06 UTC (rev 165827)
@@ -9,7 +9,7 @@
 ;    notice, this list of conditions and the following disclaimer in the
 ;    documentation and/or other materials provided with the distribution.
 ;
-; THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+; THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS "AS IS"
 ; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 ; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 ; PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to