Title: [177707] trunk/Source/WebKit2
- Revision
- 177707
- Author
- [email protected]
- Date
- 2014-12-23 16:46:18 -0800 (Tue, 23 Dec 2014)
Log Message
Unreviewed iOS build fix after 177692.
Missing WebKit:: namespace.
* UIProcess/ios/WKContentView.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (177706 => 177707)
--- trunk/Source/WebKit2/ChangeLog 2014-12-24 00:37:09 UTC (rev 177706)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-24 00:46:18 UTC (rev 177707)
@@ -1,3 +1,11 @@
+2014-12-23 Chris Dumez <[email protected]>
+
+ Unreviewed iOS build fix after 177692.
+
+ Missing WebKit:: namespace.
+
+ * UIProcess/ios/WKContentView.h:
+
2014-12-23 Anders Carlsson <[email protected]>
Fix 32-build.
Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentView.h (177706 => 177707)
--- trunk/Source/WebKit2/UIProcess/ios/WKContentView.h 2014-12-24 00:37:09 UTC (rev 177706)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentView.h 2014-12-24 00:46:18 UTC (rev 177707)
@@ -61,7 +61,7 @@
@property (nonatomic, getter=isShowingInspectorIndication) BOOL showingInspectorIndication;
@property (nonatomic, readonly) BOOL isBackground;
-- (instancetype)initWithFrame:(CGRect)frame processPool:(WebProcessPool&)processPool configuration:(WebKit::WebPageConfiguration)webPageConfiguration webView:(WKWebView *)webView;
+- (instancetype)initWithFrame:(CGRect)frame processPool:(WebKit::WebProcessPool&)processPool configuration:(WebKit::WebPageConfiguration)webPageConfiguration webView:(WKWebView *)webView;
- (void)didUpdateVisibleRect:(CGRect)visibleRect unobscuredRect:(CGRect)unobscuredRect
unobscuredRectInScrollViewCoordinates:(CGRect)unobscuredRectInScrollViewCoordinates
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes