Index: third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h |
diff --git a/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h |
index 0f05c01b7187a7a206022939c800c173c247428f..15ee4668c544791bcb8d9fe2ddf9d4e2399c58e9 100644 |
--- a/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h |
+++ b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h |
@@ -102,6 +102,7 @@ class WTF_EXPORT PartitionAllocator { |
} |
static bool IsAllocationAllowed() { return true; } |
+ static bool IsObjectResurrectionForbidden() { return false; } |
static void EnterGCForbiddenScope() {} |
static void LeaveGCForbiddenScope() {} |