Title: [183126] trunk/Source/WTF
Revision
183126
Author
[email protected]
Date
2015-04-22 13:37:05 -0700 (Wed, 22 Apr 2015)

Log Message

[Mac] In nightlies and local builds, WebKit services can get terminated under memory pressure
https://bugs.webkit.org/show_bug.cgi?id=144052
rdar://problem/19754404

Build fix. Landing a forward declaration that should have been part of the original patch.

* wtf/spi/darwin/XPCSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (183125 => 183126)


--- trunk/Source/WTF/ChangeLog	2015-04-22 20:13:06 UTC (rev 183125)
+++ trunk/Source/WTF/ChangeLog	2015-04-22 20:37:05 UTC (rev 183126)
@@ -1,3 +1,13 @@
+2015-04-22  Alexey Proskuryakov  <[email protected]>
+
+        [Mac] In nightlies and local builds, WebKit services can get terminated under memory pressure
+        https://bugs.webkit.org/show_bug.cgi?id=144052
+        rdar://problem/19754404
+
+        Build fix. Landing a forward declaration that should have been part of the original patch.
+
+        * wtf/spi/darwin/XPCSPI.h:
+
 2015-04-21  Chris Dumez  <[email protected]>
 
         Make Vector(const Vector<T, otherCapacity, otherOverflowBehaviour>&) constructor explicit

Modified: trunk/Source/WTF/wtf/spi/darwin/XPCSPI.h (183125 => 183126)


--- trunk/Source/WTF/wtf/spi/darwin/XPCSPI.h	2015-04-22 20:13:06 UTC (rev 183125)
+++ trunk/Source/WTF/wtf/spi/darwin/XPCSPI.h	2015-04-22 20:37:05 UTC (rev 183126)
@@ -131,6 +131,7 @@
 EXTERN_C void xpc_release(xpc_object_t);
 EXTERN_C const char* xpc_string_get_string_ptr(xpc_object_t);
 EXTERN_C void xpc_transaction_begin(void);
+EXTERN_C void xpc_track_activity(void);
 
 EXTERN_C xpc_object_t xpc_connection_copy_entitlement_value(xpc_connection_t, const char* entitlement);
 EXTERN_C void xpc_connection_get_audit_token(xpc_connection_t, audit_token_t*);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to