From: jberlin@webkit.org Date: Sat, 20 Dec 2014 04:39:03 +0000 (+0000) Subject: Build fix. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=b462cf1fa6b9e90312b62deffb9b58220765a8e3 Build fix. * UIProcess/mac/WebInspectorProxyMac.mm: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@177619 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index a33b9fe9223d..f442e5b7b63b 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,9 @@ +2014-12-19 Jessie Berlin + + Build fix. + + * UIProcess/mac/WebInspectorProxyMac.mm: + 2014-12-19 Jessie Berlin Simplify the build fixes from r177615 and r177617. diff --git a/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm b/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm index a30fe657f687..8f0c33ecbf52 100644 --- a/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm +++ b/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm @@ -170,13 +170,17 @@ static const unsigned webViewCloseTimeout = 60; @end -@interface WKWebInspectorWKView : WKView +@interface WKWebInspectorWKView : WKView { +@private + WKWebInspectorProxyObjCAdapter *_inspectorProxyObjCAdapter; +} + @property (nonatomic, assign) WKWebInspectorProxyObjCAdapter *inspectorProxyObjCAdapter; @end @implementation WKWebInspectorWKView -@synthesize inspectorProxyObjCAdapter; +@synthesize inspectorProxyObjCAdapter = _inspectorProxyObjCAdapter; - (NSInteger)tag {