| 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
|
|
|