X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=blobdiff_plain;f=Source%2FWebCore%2Fbindings%2Fjs%2FJSCustomElementInterface.cpp;h=515b6de3d19fedbe2b795a68fa60d316ee864ba1;hp=5a19bc141591e604cdbca53345eeeb94106782d4;hb=07992f725e344f503948fb3a8d2ed535eef1f156;hpb=6224106260c9ed5d863e820b52f736d2aefff25d;ds=sidebyside diff --git a/Source/WebCore/bindings/js/JSCustomElementInterface.cpp b/Source/WebCore/bindings/js/JSCustomElementInterface.cpp index 5a19bc1..515b6de 100644 --- a/Source/WebCore/bindings/js/JSCustomElementInterface.cpp +++ b/Source/WebCore/bindings/js/JSCustomElementInterface.cpp @@ -44,8 +44,9 @@ using namespace JSC; namespace WebCore { -JSCustomElementInterface::JSCustomElementInterface(JSObject* constructor, JSDOMGlobalObject* globalObject) +JSCustomElementInterface::JSCustomElementInterface(const QualifiedName& name, JSObject* constructor, JSDOMGlobalObject* globalObject) : ActiveDOMCallback(globalObject->scriptExecutionContext()) + , m_name(name) , m_constructor(constructor) , m_isolatedWorld(&globalObject->world()) {