Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: Source/bindings/v8/custom/V8ArrayBufferCustom.cpp

Issue 40433002: Make wrapperTypeInfo static member const in bindings classes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};
« no previous file with comments | « Source/bindings/v8/custom/V8ArrayBufferCustom.h ('k') | Source/bindings/v8/custom/V8HTMLImageElementConstructor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698