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

Unified Diff: Source/bindings/core/v8/CustomElementConstructorBuilder.h

Issue 552733002: bindings: Cleans up V8{HTML,SVG}ElementWrapperFactory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/core/v8/CustomElementConstructorBuilder.h
diff --git a/Source/bindings/core/v8/CustomElementConstructorBuilder.h b/Source/bindings/core/v8/CustomElementConstructorBuilder.h
index 179156b547a190070870c37344b1d04b952f13e1..e509408d06f06ab749bbb6028d09ab7bb9805126 100644
--- a/Source/bindings/core/v8/CustomElementConstructorBuilder.h
+++ b/Source/bindings/core/v8/CustomElementConstructorBuilder.h
@@ -84,11 +84,10 @@ private:
RefPtr<ScriptState> m_scriptState;
const Dictionary* m_options;
v8::Handle<v8::Object> m_prototype;
- const WrapperTypeInfo* m_wrapperType;
v8::Handle<v8::Function> m_constructor;
RefPtr<V8CustomElementLifecycleCallbacks> m_callbacks;
};
-}
+} // namespace blink
#endif // CustomElementConstructorBuilder_h
« no previous file with comments | « Source/bindings/core/v8/CustomElementBinding.cpp ('k') | Source/bindings/core/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698