Title: [186066] trunk/Source/WebKit2
Revision
186066
Author
[email protected]
Date
2015-06-28 23:43:45 -0700 (Sun, 28 Jun 2015)

Log Message

Fixed the iOS build after r186059.

* UIProcess/ios/WebVideoFullscreenManagerProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (186065 => 186066)


--- trunk/Source/WebKit2/ChangeLog	2015-06-29 06:26:35 UTC (rev 186065)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-29 06:43:45 UTC (rev 186066)
@@ -1,3 +1,9 @@
+2015-06-28  Dan Bernstein  <[email protected]>
+
+        Fixed the iOS build after r186059.
+
+        * UIProcess/ios/WebVideoFullscreenManagerProxy.h:
+
 2015-06-28  Chris Fleizach  <[email protected]>
 
         AX: iOS: Crash at accessibilityObjectForMainFramePlugin()

Modified: trunk/Source/WebKit2/UIProcess/ios/WebVideoFullscreenManagerProxy.h (186065 => 186066)


--- trunk/Source/WebKit2/UIProcess/ios/WebVideoFullscreenManagerProxy.h	2015-06-29 06:26:35 UTC (rev 186065)
+++ trunk/Source/WebKit2/UIProcess/ios/WebVideoFullscreenManagerProxy.h	2015-06-29 06:43:45 UTC (rev 186066)
@@ -101,7 +101,7 @@
 
 class WebVideoFullscreenManagerProxy : public RefCounted<WebVideoFullscreenManagerProxy>, private IPC::MessageReceiver {
 public:
-    static RefPtr<WebVideoFullscreenManagerProxy> create(WebPageProxy&);
+    static Ref<WebVideoFullscreenManagerProxy> create(WebPageProxy&);
     virtual ~WebVideoFullscreenManagerProxy();
 
     void invalidate();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to