Index: Source/bindings/v8/custom/V8ArrayBufferCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp b/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp |
index 5be5b17a78abaa052377015cfbdbb2c4bc2c7281..c37ed6af1605ab59d0cef89c27d8e4889e0a1aaf 100644 |
--- a/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp |
+++ b/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp |
@@ -45,7 +45,7 @@ V8ArrayBufferDeallocationObserver* V8ArrayBufferDeallocationObserver::instance() |
return &deallocationObserver; |
} |
-WrapperTypeInfo V8ArrayBuffer::wrapperTypeInfo = { |
+const WrapperTypeInfo V8ArrayBuffer::wrapperTypeInfo = { |
0, V8ArrayBuffer::derefObject, |
0, 0, 0, 0, 0, WrapperTypeObjectPrototype |
}; |