| 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 f05f277465d432d8b9a6bc5a7f928ba1b961aeee..9a965e0430db4c7c42e2069d84ee580b47be67ac 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
 | 
| @@ -742,7 +742,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();
 | 
|  }
 | 
|  
 | 
| 
 |