Title: [209693] trunk/Source/WTF
- Revision
- 209693
- Author
- [email protected]
- Date
- 2016-12-11 17:39:04 -0800 (Sun, 11 Dec 2016)
Log Message
Change to use #pragma once (requested by Darin Adler).
* wtf/RecursiveLockAdapter.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (209692 => 209693)
--- trunk/Source/WTF/ChangeLog 2016-12-12 01:34:07 UTC (rev 209692)
+++ trunk/Source/WTF/ChangeLog 2016-12-12 01:39:04 UTC (rev 209693)
@@ -2,6 +2,12 @@
Change to use #pragma once (requested by Darin Adler).
+ * wtf/RecursiveLockAdapter.h:
+
+2016-12-11 Filip Pizlo <[email protected]>
+
+ Change to use #pragma once (requested by Darin Adler).
+
* wtf/LockedPrintStream.h:
2016-12-10 Filip Pizlo <[email protected]>
Modified: trunk/Source/WTF/wtf/RecursiveLockAdapter.h (209692 => 209693)
--- trunk/Source/WTF/wtf/RecursiveLockAdapter.h 2016-12-12 01:34:07 UTC (rev 209692)
+++ trunk/Source/WTF/wtf/RecursiveLockAdapter.h 2016-12-12 01:39:04 UTC (rev 209693)
@@ -23,8 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WTF_RecursiveLockAdapter_h
-#define WTF_RecursiveLockAdapter_h
+#pragma once
#include <wtf/Threading.h>
@@ -91,5 +90,4 @@
} // namespace WTF
-#endif // WTF_RecursiveLockAdapter_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes