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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {% from "macros.tmpl" import license %}
2 {{ license() }}
3
4 #ifndef V8{{namespace}}ElementWrapperFactory_h
5 #define V8{{namespace}}ElementWrapperFactory_h
6
7 #include "bindings/core/v8/V8{{namespace}}Element.h"
8 #include "bindings/core/v8/V8{{fallback_js_interface}}.h"
9 #include <v8.h>
10
11 namespace blink {
12
13 const WrapperTypeInfo* findWrapperTypeFor{{namespace}}TagName(const AtomicString & name);
14
15 }
16
17 #endif // V8{{namespace}}ElementWrapperFactory_h
OLDNEW
« 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