| Index: third_party/WebKit/Source/wtf/ArrayBufferContents.h
|
| diff --git a/third_party/WebKit/Source/wtf/ArrayBufferContents.h b/third_party/WebKit/Source/wtf/ArrayBufferContents.h
|
| index d5b4fc304c7beb60549620322c4e9517f9c22962..92be6b604e00ae395c09363519db058c96135f3d 100644
|
| --- a/third_party/WebKit/Source/wtf/ArrayBufferContents.h
|
| +++ b/third_party/WebKit/Source/wtf/ArrayBufferContents.h
|
| @@ -72,6 +72,7 @@ public:
|
| void copyTo(ArrayBufferContents& other);
|
|
|
| static void allocateMemory(size_t, InitializationPolicy, void*&);
|
| + static void allocateMemoryOrNull(size_t, InitializationPolicy, void*&);
|
| static void freeMemory(void*, size_t);
|
| static void setAdjustAmoutOfExternalAllocatedMemoryFunction(AdjustAmountOfExternalAllocatedMemoryFunction function)
|
| {
|
|
|