| Index: Source/bindings/dart/gyp/scripts/massage_factories.py
|
| diff --git a/Source/bindings/dart/gyp/scripts/massage_factories.py b/Source/bindings/dart/gyp/scripts/massage_factories.py
|
| index 0baa960ee4960db691511578c2a4b553f4ff3cf3..c660a987565eed04f1be50a7bdb4b61d2f03f26a 100644
|
| --- a/Source/bindings/dart/gyp/scripts/massage_factories.py
|
| +++ b/Source/bindings/dart/gyp/scripts/massage_factories.py
|
| @@ -95,7 +95,7 @@ def main(args):
|
| r'return DartCustomElementWrapper<%sElement>::wrap(element, createWrapperFunction);' % tag),
|
| (re.compile(
|
| r'return wrap\(toHTMLUnknownElement\(element\), creationContext, isolate\);'),
|
| - r'return DartHTMLUnknownElement::toDart(toHTMLUnknownElement(element));'),
|
| + r'return DartHTMLUnknownElement::createWrapper(toHTMLUnknownElement(element));'),
|
| (re.compile(r'createV8%sWrapper' % tag), r'createDart%sWrapper' % tag),
|
| (re.compile(r', v8::Isolate\*( isolate)?'), ''),
|
| (re.compile(r', v8::Handle<v8::Object> creationContext'), ''),
|
|
|