| Index: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| index 5f572056f3ede411b027de4bfc77133d471bfe7c..d782e5a2ab816bd76825718e8cf2c863e1816c2d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| @@ -240,7 +240,8 @@ bool ScriptCustomElementDefinition::runConstructor(Element* element) {
|
| if (tryCatch.HasCaught())
|
| return false;
|
|
|
| - // To report InvalidStateError Exception, when the constructor returns some different object
|
| + // To report InvalidStateError Exception, when the constructor returns some
|
| + // different object
|
| if (result != element) {
|
| const String& message =
|
| "custom element constructors must call super() first and must "
|
|
|