Title: [167625] trunk/Source/WebKit2
Revision
167625
Author
[email protected]
Date
2014-04-21 14:33:50 -0700 (Mon, 21 Apr 2014)

Log Message

Don't use ProcessAssertion on simulator
https://bugs.webkit.org/show_bug.cgi?id=131950

Rubber stamped by Enrica Casucci

* UIProcess/Launcher/mac/ProcessLauncherMac.mm:
(WebKit::connectToService):
* UIProcess/ios/ProcessAssertion.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (167624 => 167625)


--- trunk/Source/WebKit2/ChangeLog	2014-04-21 21:14:30 UTC (rev 167624)
+++ trunk/Source/WebKit2/ChangeLog	2014-04-21 21:33:50 UTC (rev 167625)
@@ -1,3 +1,14 @@
+2014-04-21  Gavin Barraclough  <[email protected]>
+
+        Don't use ProcessAssertion on simulator
+        https://bugs.webkit.org/show_bug.cgi?id=131950
+
+        Rubber stamped by Enrica Casucci
+
+        * UIProcess/Launcher/mac/ProcessLauncherMac.mm:
+        (WebKit::connectToService):
+        * UIProcess/ios/ProcessAssertion.h:
+
 2014-04-21  Enrica Casucci  <[email protected]>
 
         [iOS WebKit2] support replacements for misspelled words.

Modified: trunk/Source/WebKit2/UIProcess/ios/ProcessAssertion.h (167624 => 167625)


--- trunk/Source/WebKit2/UIProcess/ios/ProcessAssertion.h	2014-04-21 21:14:30 UTC (rev 167624)
+++ trunk/Source/WebKit2/UIProcess/ios/ProcessAssertion.h	2014-04-21 21:33:50 UTC (rev 167625)
@@ -45,9 +45,11 @@
     
     void setState(AssertionState);
     
+#if !PLATFORM(IOS_SIMULATOR)
 private:
     RetainPtr<BKSProcessAssertion> m_assertion;
     AssertionState m_assertionState;
+#endif
 };
     
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to