Title: [177619] trunk/Source/WebKit2
Revision
177619
Author
jber...@webkit.org
Date
2014-12-19 20:39:03 -0800 (Fri, 19 Dec 2014)

Log Message

Build fix.

* UIProcess/mac/WebInspectorProxyMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177618 => 177619)


--- trunk/Source/WebKit2/ChangeLog	2014-12-20 04:30:19 UTC (rev 177618)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-20 04:39:03 UTC (rev 177619)
@@ -1,5 +1,11 @@
 2014-12-19  Jessie Berlin  <jber...@webkit.org>
 
+        Build fix.
+
+        * UIProcess/mac/WebInspectorProxyMac.mm:
+
+2014-12-19  Jessie Berlin  <jber...@webkit.org>
+
         Simplify the build fixes from r177615 and r177617.
 
         Rubber-stamped by Dan Bernstein.

Modified: trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm (177618 => 177619)


--- trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm	2014-12-20 04:30:19 UTC (rev 177618)
+++ trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm	2014-12-20 04:39:03 UTC (rev 177619)
@@ -170,13 +170,17 @@
 
 @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
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to