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 66410b24c2dddf9c6111b42a953e827c401998ac..7a0ea24d7d913575ddaf393926dee224d41bfed2 100644 |
--- a/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp |
@@ -73,7 +73,7 @@ void V8ArrayBuffer::derefObject(ScriptWrappableBase* internalPointer) |
toImpl(internalPointer)->deref(); |
} |
-PersistentNode* V8ArrayBuffer::createPersistentHandle(ScriptWrappableBase* internalPointer) |
+WrapperPersistentNode* V8ArrayBuffer::createPersistentHandle(ScriptWrappableBase* internalPointer) |
{ |
ASSERT_NOT_REACHED(); |
return 0; |