Title: [150345] trunk/Source/WebKit2
- Revision
- 150345
- Author
- [email protected]
- Date
- 2013-05-18 16:40:12 -0700 (Sat, 18 May 2013)
Log Message
Fix some builds.
* UIProcess/API/mac/WKTypeRefWrapper.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (150344 => 150345)
--- trunk/Source/WebKit2/ChangeLog 2013-05-18 23:15:12 UTC (rev 150344)
+++ trunk/Source/WebKit2/ChangeLog 2013-05-18 23:40:12 UTC (rev 150345)
@@ -1,3 +1,9 @@
+2013-05-18 Sam Weinig <[email protected]>
+
+ Fix some builds.
+
+ * UIProcess/API/mac/WKTypeRefWrapper.mm:
+
2013-05-18 Carlos Garcia Campos <[email protected]>
REGRESSION(r150305): WebKit2 build broken with INDEXED_DATABASE enabled
Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKTypeRefWrapper.mm (150344 => 150345)
--- trunk/Source/WebKit2/UIProcess/API/mac/WKTypeRefWrapper.mm 2013-05-18 23:15:12 UTC (rev 150344)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKTypeRefWrapper.mm 2013-05-18 23:40:12 UTC (rev 150345)
@@ -24,6 +24,9 @@
*/
#import "config.h"
+
+#if defined(__LP64__) && defined(__clang__)
+
#import "WKTypeRefWrapper.h"
#import "WKRetainPtr.h"
@@ -53,3 +56,5 @@
}
@end
+
+#endif // defined(__LP64__) && defined(__clang__)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes