Title: [200560] trunk/Source/WTF
Revision
200560
Author
[email protected]
Date
2016-05-08 12:05:25 -0700 (Sun, 08 May 2016)

Log Message

* wtf/text/WTFString.h: Remove pragma once. Not working for some reason.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (200559 => 200560)


--- trunk/Source/WTF/ChangeLog	2016-05-08 19:00:40 UTC (rev 200559)
+++ trunk/Source/WTF/ChangeLog	2016-05-08 19:05:25 UTC (rev 200560)
@@ -1,5 +1,9 @@
 2016-05-08  Darin Adler  <[email protected]>
 
+        * wtf/text/WTFString.h: Remove pragma once. Not working for some reason.
+
+2016-05-08  Darin Adler  <[email protected]>
+
         Follow-up to that last patch (missed review comments).
 
         * wtf/text/WTFString.h: Use nullptr instead of 0 as needed. Also use pragma once.

Modified: trunk/Source/WTF/wtf/text/WTFString.h (200559 => 200560)


--- trunk/Source/WTF/wtf/text/WTFString.h	2016-05-08 19:00:40 UTC (rev 200559)
+++ trunk/Source/WTF/wtf/text/WTFString.h	2016-05-08 19:05:25 UTC (rev 200560)
@@ -19,7 +19,8 @@
  *
  */
 
-#pragma once
+#ifndef WTFString_h
+#define WTFString_h
 
 // This file would be called String.h, but that conflicts with <string.h>
 // on systems without case-sensitive file systems.
@@ -756,3 +757,5 @@
 using WTF::StringCapture;
 
 #include <wtf/text/AtomicString.h>
+
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to