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

Unified Diff: Source/bindings/tests/results/V8TestMediaQueryListListener.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/tests/results/V8TestMediaQueryListListener.cpp
diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
index 581e5c83dfc5513769a251728b587d07252e19b2..86c0bdd47ab08560a3741ed130414074b1c85e87 100644
--- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
+++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
@@ -56,7 +56,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestMediaQueryListLis
}
namespace WebCore {
-WrapperTypeInfo V8TestMediaQueryListListener::wrapperTypeInfo = { V8TestMediaQueryListListener::GetTemplate, V8TestMediaQueryListListener::derefObject, 0, 0, 0, V8TestMediaQueryListListener::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
+const WrapperTypeInfo V8TestMediaQueryListListener::wrapperTypeInfo = { V8TestMediaQueryListListener::GetTemplate, V8TestMediaQueryListListener::derefObject, 0, 0, 0, V8TestMediaQueryListListener::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
namespace TestMediaQueryListListenerV8Internal {
« no previous file with comments | « Source/bindings/tests/results/V8TestMediaQueryListListener.h ('k') | Source/bindings/tests/results/V8TestNamedConstructor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698