Index: third_party/apple_apsl/CFBase.h |
diff --git a/third_party/apple_apsl/CFBase.h b/third_party/apple_apsl/CFBase.h |
index f7ecaf6c916a44185158dd07df7d0c3e1a068de5..557007c4cf56c4b219ce8d0aab9559e9e22573c2 100644 |
--- a/third_party/apple_apsl/CFBase.h |
+++ b/third_party/apple_apsl/CFBase.h |
@@ -50,7 +50,8 @@ struct ChromeCFAllocatorLeopards { |
CFAllocatorContext _context; |
}; |
-struct ChromeCFAllocatorLion { |
+// TODO(avi): verify that this is accurate for 10.8 upon source release; http://crbug.com/117476 |
+struct ChromeCFAllocatorLions { |
ChromeCFRuntimeBase _base; |
#if DEPLOYMENT_TARGET_MACOSX || DEPLOYMENT_TARGET_EMBEDDED |
size_t (*size)(struct _malloc_zone_t *zone, const void *ptr); /* returns the size of a block or 0 if not in this zone; must be fast, especially for negative answers */ |