Title: [99662] trunk/Source/WebCore
- Revision
- 99662
- Author
- [email protected]
- Date
- 2011-11-09 00:19:23 -0800 (Wed, 09 Nov 2011)
Log Message
Prospective build fix for Windows: Include MainThread.h for ASSERT(isMainThread())
to compile.
* page/SecurityPolicy.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (99661 => 99662)
--- trunk/Source/WebCore/ChangeLog 2011-11-09 08:06:11 UTC (rev 99661)
+++ trunk/Source/WebCore/ChangeLog 2011-11-09 08:19:23 UTC (rev 99662)
@@ -1,3 +1,10 @@
+2011-11-09 Simon Hausmann <[email protected]>
+
+ Prospective build fix for Windows: Include MainThread.h for ASSERT(isMainThread())
+ to compile.
+
+ * page/SecurityPolicy.cpp:
+
2011-11-07 Adam Barth <[email protected]>
Move static "policy" state from SecurityOrigin.cpp to SecurityPolicy.cpp
Modified: trunk/Source/WebCore/page/SecurityPolicy.cpp (99661 => 99662)
--- trunk/Source/WebCore/page/SecurityPolicy.cpp 2011-11-09 08:06:11 UTC (rev 99661)
+++ trunk/Source/WebCore/page/SecurityPolicy.cpp 2011-11-09 08:19:23 UTC (rev 99662)
@@ -30,6 +30,7 @@
#include "SecurityPolicy.h"
#include "KURL.h"
+#include "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