Index: Source/wtf/Partitions.h |
diff --git a/Source/wtf/Partitions.h b/Source/wtf/Partitions.h |
index 8ec619e88dfecb91d9e1fcd567201c47a25cb92a..276380472bd64b9e5beed85d8c9c172309b45d2d 100644 |
--- a/Source/wtf/Partitions.h |
+++ b/Source/wtf/Partitions.h |
@@ -118,6 +118,8 @@ public: |
return partitionAllocActualSize(bufferPartition(), n); |
} |
+ static void handleOutOfMemory(); |
+ |
private: |
static int s_initializationLock; |
static bool s_initialized; |