Title: [170245] trunk/Source/WebCore
Revision
170245
Author
zandober...@gmail.com
Date
2014-06-21 08:55:35 -0700 (Sat, 21 Jun 2014)

Log Message

Fix the mismatched header build guards in WebKitDOMNodeFilterPrivate.h
which are throwing compilation warnings when building with Clang.

* bindings/gobject/WebKitDOMNodeFilterPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (170244 => 170245)


--- trunk/Source/WebCore/ChangeLog	2014-06-21 15:43:49 UTC (rev 170244)
+++ trunk/Source/WebCore/ChangeLog	2014-06-21 15:55:35 UTC (rev 170245)
@@ -1,3 +1,10 @@
+2014-06-21  Zan Dobersek  <zdober...@igalia.com>
+
+        Fix the mismatched header build guards in WebKitDOMNodeFilterPrivate.h
+        which are throwing compilation warnings when building with Clang.
+
+        * bindings/gobject/WebKitDOMNodeFilterPrivate.h:
+
 2014-06-21  Brady Eidson  <beid...@apple.com>
 
         Gamepad API - Deprecate the existing implementation

Modified: trunk/Source/WebCore/bindings/gobject/WebKitDOMNodeFilterPrivate.h (170244 => 170245)


--- trunk/Source/WebCore/bindings/gobject/WebKitDOMNodeFilterPrivate.h	2014-06-21 15:43:49 UTC (rev 170244)
+++ trunk/Source/WebCore/bindings/gobject/WebKitDOMNodeFilterPrivate.h	2014-06-21 15:55:35 UTC (rev 170245)
@@ -18,7 +18,7 @@
  */
 
 #ifndef WebKitDOMNodeFilterPrivate_h
-#define WebKitDOMNodeFiltertPrivate_h
+#define WebKitDOMNodeFilterPrivate_h
 
 #include <webkitdom/WebKitDOMNodeFilter.h>
 #include <wtf/PassRefPtr.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to