| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 5c1f0aa6a81e27e8dab5a4f13959aa809e79dd84..8b3148c11f4320a89940bb8a182601acf91e777f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -743,7 +743,7 @@ ScriptValue Document::registerElement(ScriptState* scriptState, const AtomicStri
|
| }
|
|
|
| V0CustomElementConstructorBuilder constructorBuilder(scriptState, options);
|
| - registrationContext()->registerElement(this, &constructorBuilder, name, validNames, exceptionState);
|
| + registrationContext()->registerElement(scriptState, this, &constructorBuilder, name, validNames, exceptionState);
|
| return constructorBuilder.bindingsReturnValue();
|
| }
|
|
|
|
|