| Index: Source/wtf/ArrayBufferContents.h
|
| diff --git a/Source/wtf/ArrayBufferContents.h b/Source/wtf/ArrayBufferContents.h
|
| index 985cf907d84e4ac5fd531b928d93b3990cfa2a92..ef8d0994090ab5612a2c5afca02b39b5a76ebbbb 100644
|
| --- a/Source/wtf/ArrayBufferContents.h
|
| +++ b/Source/wtf/ArrayBufferContents.h
|
| @@ -60,6 +60,7 @@ public:
|
| void setDeallocationObserver(ArrayBufferDeallocationObserver* observer) { m_deallocationObserver = observer; }
|
|
|
| void transfer(ArrayBufferContents& other);
|
| + void copyTo(ArrayBufferContents& other);
|
|
|
| static bool allocateMemory(size_t, InitializationPolicy, void*& data);
|
| static void freeMemory(void* data);
|
|
|