Title: [185901] trunk/Source/WebKit2
Revision
185901
Author
ander...@apple.com
Date
2015-06-23 21:34:37 -0700 (Tue, 23 Jun 2015)

Log Message

Fix build.

* UIProcess/ios/ProcessAssertionIOS.mm:
(-[WKProcessAssertionBackgroundTaskManager init]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185900 => 185901)


--- trunk/Source/WebKit2/ChangeLog	2015-06-24 02:34:05 UTC (rev 185900)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-24 04:34:37 UTC (rev 185901)
@@ -1,3 +1,10 @@
+2015-06-23  Anders Carlsson  <ander...@apple.com>
+
+        Fix build.
+
+        * UIProcess/ios/ProcessAssertionIOS.mm:
+        (-[WKProcessAssertionBackgroundTaskManager init]):
+
 2015-06-23  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [GTK] Crash performing drag-and-drop

Modified: trunk/Source/WebKit2/UIProcess/ios/ProcessAssertionIOS.mm (185900 => 185901)


--- trunk/Source/WebKit2/UIProcess/ios/ProcessAssertionIOS.mm	2015-06-24 02:34:05 UTC (rev 185900)
+++ trunk/Source/WebKit2/UIProcess/ios/ProcessAssertionIOS.mm	2015-06-24 04:34:37 UTC (rev 185901)
@@ -71,7 +71,7 @@
 
     _backgroundTask = UIBackgroundTaskInvalid;
 
-    WebKit::ApplicationStateTracker::singleton().addListener(self, _applicationWillEnterForeground, _applicationDidEnterBackground);
+    WebKit::ApplicationStateTracker::singleton().addListener(self, @selector(_applicationWillEnterForeground), @selector(_applicationDidEnterBackground));
 
     return self;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to