Rubber-stamped by Dan Bernstein.
* UIProcess/mac/WebInspectorProxyMac.mm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@177618
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-12-19 Jessie Berlin <jberlin@webkit.org>
+
+ Simplify the build fixes from r177615 and r177617.
+
+ Rubber-stamped by Dan Bernstein.
+
+ * UIProcess/mac/WebInspectorProxyMac.mm:
+
2014-12-19 Jessie Berlin <jberlin@webkit.org>
Another attempt at a speculative build fix.
@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
{