| Index: Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp b/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| index c49eac8f29538e1296a835ba60a5d1f606406314..379c9df96729abe8c23697613a593ecfebfee6cb 100644
|
| --- a/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| @@ -67,7 +67,7 @@ void V8ArrayBuffer::derefObject(ScriptWrappableBase* internalPointer)
|
| fromInternalPointer(internalPointer)->deref();
|
| }
|
|
|
| -PersistentNode* V8ArrayBuffer::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| +WrapperPersistentNode* V8ArrayBuffer::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|