Title: [134686] trunk/Source/WebKit2
- Revision
- 134686
- Author
- [email protected]
- Date
- 2012-11-14 15:56:13 -0800 (Wed, 14 Nov 2012)
Log Message
Fix the Lion build after r134681.
* WebProcess/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (134685 => 134686)
--- trunk/Source/WebKit2/ChangeLog 2012-11-14 23:52:06 UTC (rev 134685)
+++ trunk/Source/WebKit2/ChangeLog 2012-11-14 23:56:13 UTC (rev 134686)
@@ -1,3 +1,9 @@
+2012-11-14 Andy Estes <[email protected]>
+
+ Fix the Lion build after r134681.
+
+ * WebProcess/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm:
+
2012-11-08 Andy Estes <[email protected]>
[WebKit2] Need API in UIProcess to enable loading of custom protocols
Modified: trunk/Source/WebKit2/WebProcess/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm (134685 => 134686)
--- trunk/Source/WebKit2/WebProcess/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm 2012-11-14 23:52:06 UTC (rev 134685)
+++ trunk/Source/WebKit2/WebProcess/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm 2012-11-14 23:56:13 UTC (rev 134686)
@@ -43,6 +43,8 @@
}
@interface WKCustomProtocol : NSURLProtocol {
+@private
+ uint64_t _customProtocolID;
}
@property (nonatomic, readonly) uint64_t customProtocolID;
@end
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes