| 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
|
| index f0667a710c2f5b04127a4addf170e20c45b64fc3..42ee789c2feb56a99f3a53dfbaab9434db8dbb22 100644
|
| --- a/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
|
| +++ b/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
|
| @@ -12,7 +12,7 @@ namespace WebCore {
|
|
|
| class {{namespace}}Element;
|
|
|
| -WrapperTypeInfo* findWrapperTypeFor{{namespace}}TagName(const AtomicString& name);
|
| +const WrapperTypeInfo* findWrapperTypeFor{{namespace}}TagName(const AtomicString& name);
|
|
|
| v8::Handle<v8::Object> createV8{{namespace}}Wrapper({{namespace}}Element*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| inline v8::Handle<v8::Object> createV8{{namespace}}DirectWrapper({{namespace}}Element* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
|
|