Title: [99663] trunk/Source/WebCore
- Revision
- 99663
- Author
- [email protected]
- Date
- 2011-11-09 00:29:27 -0800 (Wed, 09 Nov 2011)
Log Message
Mac Build fix part 2: Oops, use the correct wtf/ prefix for the WTF include.
* page/SecurityPolicy.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (99662 => 99663)
--- trunk/Source/WebCore/ChangeLog 2011-11-09 08:19:23 UTC (rev 99662)
+++ trunk/Source/WebCore/ChangeLog 2011-11-09 08:29:27 UTC (rev 99663)
@@ -1,5 +1,11 @@
2011-11-09 Simon Hausmann <[email protected]>
+ Mac Build fix part 2: Oops, use the correct wtf/ prefix for the WTF include.
+
+ * page/SecurityPolicy.cpp:
+
+2011-11-09 Simon Hausmann <[email protected]>
+
Prospective build fix for Windows: Include MainThread.h for ASSERT(isMainThread())
to compile.
Modified: trunk/Source/WebCore/page/SecurityPolicy.cpp (99662 => 99663)
--- trunk/Source/WebCore/page/SecurityPolicy.cpp 2011-11-09 08:19:23 UTC (rev 99662)
+++ trunk/Source/WebCore/page/SecurityPolicy.cpp 2011-11-09 08:29:27 UTC (rev 99663)
@@ -30,7 +30,7 @@
#include "SecurityPolicy.h"
#include "KURL.h"
-#include "MainThread.h"
+#include <wtf/MainThread.h>
#include "OriginAccessEntry.h"
#include "SecurityOrigin.h"
#include <wtf/text/StringHash.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes