Title: [177618] trunk/Source/WebKit2
- Revision
- 177618
- Author
- [email protected]
- Date
- 2014-12-19 20:30:19 -0800 (Fri, 19 Dec 2014)
Log Message
Simplify the build fixes from r177615 and r177617.
Rubber-stamped by Dan Bernstein.
* UIProcess/mac/WebInspectorProxyMac.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (177617 => 177618)
--- trunk/Source/WebKit2/ChangeLog 2014-12-20 03:55:04 UTC (rev 177617)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-20 04:30:19 UTC (rev 177618)
@@ -1,5 +1,13 @@
2014-12-19 Jessie Berlin <[email protected]>
+ Simplify the build fixes from r177615 and r177617.
+
+ Rubber-stamped by Dan Bernstein.
+
+ * UIProcess/mac/WebInspectorProxyMac.mm:
+
+2014-12-19 Jessie Berlin <[email protected]>
+
Another attempt at a speculative build fix.
* UIProcess/mac/WebInspectorProxyMac.mm:
Modified: trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm (177617 => 177618)
--- trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm 2014-12-20 03:55:04 UTC (rev 177617)
+++ trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm 2014-12-20 04:30:19 UTC (rev 177618)
@@ -170,17 +170,13 @@
@end
-@interface WKWebInspectorWKView : WKView {
-@private
- WKWebInspectorProxyObjCAdapter *_inspectorProxyObjCAdapter;
-}
-
+@interface WKWebInspectorWKView : WKView
@property (nonatomic, assign) WKWebInspectorProxyObjCAdapter *inspectorProxyObjCAdapter;
@end
@implementation WKWebInspectorWKView
-@synthesize inspectorProxyObjCAdapter = _inspectorProxyObjCAdapter;
+@synthesize inspectorProxyObjCAdapter;
- (NSInteger)tag
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes