Title: [154222] trunk/Source/WebKit2
Revision
154222
Author
[email protected]
Date
2013-08-17 05:37:03 -0700 (Sat, 17 Aug 2013)

Log Message

WebKit2 fails to build with trunk clang: error: 'WebPluginSiteDataManagerh' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
<http://webkit.org/b/119935>
<rdar://problem/14764131>

Reviewed by Darin Adler.

* UIProcess/Plugins/WebPluginSiteDataManager.h: Fix typo
introduced in r78647.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (154221 => 154222)


--- trunk/Source/WebKit2/ChangeLog	2013-08-17 12:31:39 UTC (rev 154221)
+++ trunk/Source/WebKit2/ChangeLog	2013-08-17 12:37:03 UTC (rev 154222)
@@ -1,3 +1,14 @@
+2013-08-17  David Kilzer  <[email protected]>
+
+        WebKit2 fails to build with trunk clang: error: 'WebPluginSiteDataManagerh' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
+        <http://webkit.org/b/119935>
+        <rdar://problem/14764131>
+
+        Reviewed by Darin Adler.
+
+        * UIProcess/Plugins/WebPluginSiteDataManager.h: Fix typo
+        introduced in r78647.
+
 2013-08-16  Pratik Solanki  <[email protected]>
 
         <https://webkit.org/b/119852> Frame::scriptController() should return a reference

Modified: trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.h (154221 => 154222)


--- trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.h	2013-08-17 12:31:39 UTC (rev 154221)
+++ trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.h	2013-08-17 12:37:03 UTC (rev 154222)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef WebPluginSiteDataManagerh
+#ifndef WebPluginSiteDataManager_h
 #define WebPluginSiteDataManager_h
 
 #if ENABLE(NETSCAPE_PLUGIN_API)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to