summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/mac/WebCoreObjCExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/mac/WebCoreObjCExtras.h')
-rw-r--r--WebCore/platform/mac/WebCoreObjCExtras.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/mac/WebCoreObjCExtras.h b/WebCore/platform/mac/WebCoreObjCExtras.h
index a30702e..7e699a5 100644
--- a/WebCore/platform/mac/WebCoreObjCExtras.h
+++ b/WebCore/platform/mac/WebCoreObjCExtras.h
@@ -34,6 +34,10 @@ extern "C" {
void WebCoreObjCFinalizeOnMainThread(Class cls);
+// The 'Class' that should be passed in here is the class of the
+// object that implements the dealloc method that this function is called from.
+bool WebCoreObjCScheduleDeallocateOnMainThread(Class cls, id object);
+
#ifdef __cplusplus
}
#endif