Title: [142230] trunk/Source/WTF
Revision
142230
Author
[email protected]
Date
2013-02-07 22:41:43 -0800 (Thu, 07 Feb 2013)

Log Message

Fix #endif comment from r142163 and r142183

* wtf/MainThread.h:
(WTF): s/PLATFORM/USE/

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (142229 => 142230)


--- trunk/Source/WTF/ChangeLog	2013-02-08 06:15:12 UTC (rev 142229)
+++ trunk/Source/WTF/ChangeLog	2013-02-08 06:41:43 UTC (rev 142230)
@@ -1,3 +1,10 @@
+2013-02-07  David Kilzer  <[email protected]>
+
+        Fix #endif comment from r142163 and r142183
+
+        * wtf/MainThread.h:
+        (WTF): s/PLATFORM/USE/
+
 2013-02-07  Benjamin Poulain  <[email protected]>
 
         Fix an incorrect comment from r142163

Modified: trunk/Source/WTF/wtf/MainThread.h (142229 => 142230)


--- trunk/Source/WTF/wtf/MainThread.h	2013-02-08 06:15:12 UTC (rev 142229)
+++ trunk/Source/WTF/wtf/MainThread.h	2013-02-08 06:41:43 UTC (rev 142230)
@@ -57,7 +57,7 @@
 #else
 inline bool isWebThread() { return isMainThread(); }
 inline bool isUIThread() { return isMainThread(); }
-#endif // PLATFORM(WEB_THREAD)
+#endif // USE(WEB_THREAD)
 
 void initializeGCThreads();
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to