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

Unified Diff: Source/bindings/tests/results/V8TestEvent.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
« no previous file with comments | « Source/bindings/tests/results/V8TestEvent.h ('k') | Source/bindings/tests/results/V8TestEventConstructor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestEvent.cpp
diff --git a/Source/bindings/tests/results/V8TestEvent.cpp b/Source/bindings/tests/results/V8TestEvent.cpp
index 91bcfc0742c15135916974b327ce5ce453ec26bc..ff90c7b7ec380697d0eff0a3641d7db84897a276 100644
--- a/Source/bindings/tests/results/V8TestEvent.cpp
+++ b/Source/bindings/tests/results/V8TestEvent.cpp
@@ -54,7 +54,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestEvent* object)
}
namespace WebCore {
-WrapperTypeInfo V8TestEvent::wrapperTypeInfo = { V8TestEvent::GetTemplate, V8TestEvent::derefObject, 0, 0, 0, V8TestEvent::installPerContextEnabledPrototypeProperties, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype };
+const WrapperTypeInfo V8TestEvent::wrapperTypeInfo = { V8TestEvent::GetTemplate, V8TestEvent::derefObject, 0, 0, 0, V8TestEvent::installPerContextEnabledPrototypeProperties, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype };
namespace TestEventV8Internal {
« no previous file with comments | « Source/bindings/tests/results/V8TestEvent.h ('k') | Source/bindings/tests/results/V8TestEventConstructor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698