| Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| index f0a7cfcc49608736e479787b04442b6bd85dcd01..602b20abe4471f58ea9c155062e9ccd259da1263 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| @@ -466,7 +466,7 @@ v8::MaybeLocal<v8::Value> V8ScriptRunner::callAsConstructor(v8::Isolate* isolate
|
| // TODO(dominicc): When inspector supports tracing object
|
| // invocation, change this to use v8::Object instead of
|
| // v8::Function. All callers use functions because
|
| - // CustomElementsRegistry#define's IDL signature is Function.
|
| + // CustomElementRegistry#define's IDL signature is Function.
|
| CHECK(constructor->IsFunction());
|
| v8::Local<v8::Function> function = constructor.As<v8::Function>();
|
|
|
|
|