Title: [177617] trunk/Source/WebKit2
Revision
177617
Author
[email protected]
Date
2014-12-19 19:55:04 -0800 (Fri, 19 Dec 2014)

Log Message

Another attempt at a speculative build fix.

* UIProcess/mac/WebInspectorProxyMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177616 => 177617)


--- trunk/Source/WebKit2/ChangeLog	2014-12-20 03:41:47 UTC (rev 177616)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-20 03:55:04 UTC (rev 177617)
@@ -1,5 +1,11 @@
 2014-12-19  Jessie Berlin  <[email protected]>
 
+        Another attempt at a speculative build fix.
+
+        * UIProcess/mac/WebInspectorProxyMac.mm:
+
+2014-12-19  Jessie Berlin  <[email protected]>
+
         Speculative build fix after r177610.
 
         * UIProcess/mac/WebInspectorProxyMac.mm:

Modified: trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm (177616 => 177617)


--- trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm	2014-12-20 03:41:47 UTC (rev 177616)
+++ trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm	2014-12-20 03:55:04 UTC (rev 177617)
@@ -170,7 +170,11 @@
 
 @end
 
-@interface WKWebInspectorWKView : WKView
+@interface WKWebInspectorWKView : WKView {
+@private
+    WKWebInspectorProxyObjCAdapter *_inspectorProxyObjCAdapter;
+}
+
 @property (nonatomic, assign) WKWebInspectorProxyObjCAdapter *inspectorProxyObjCAdapter;
 @end
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to