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

Unified Diff: Source/build/scripts/templates/ElementWrapperFactory.h.tmpl

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
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
diff --git a/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl b/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
deleted file mode 100644
index e8e4d67dbd8ba61459ead72cbdc7ec0d665b7ac5..0000000000000000000000000000000000000000
--- a/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{% from "macros.tmpl" import license %}
-{{ license() }}
-
-#ifndef V8{{namespace}}ElementWrapperFactory_h
-#define V8{{namespace}}ElementWrapperFactory_h
-
-#include "bindings/core/v8/V8{{namespace}}Element.h"
-#include "bindings/core/v8/V8{{fallback_js_interface}}.h"
-#include <v8.h>
-
-namespace blink {
-
-const WrapperTypeInfo* findWrapperTypeFor{{namespace}}TagName(const AtomicString& name);
-
-}
-
-#endif // V8{{namespace}}ElementWrapperFactory_h
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698