| Index: third_party/WebKit/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp b/third_party/WebKit/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
 | 
| index 20e061839e18547db66a21ca09a6aeb54de187ef..7a2b0b0ff9437fae805b1a3c3432a5ba3cab879e 100644
 | 
| --- a/third_party/WebKit/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
 | 
| @@ -48,7 +48,7 @@ namespace blink {
 | 
|      V(detached, DetachedCallback)           \
 | 
|      V(attributeChanged, AttributeChangedCallback)
 | 
|  
 | 
| -RawPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Local<v8::Object> prototype, v8::MaybeLocal<v8::Function> created, v8::MaybeLocal<v8::Function> attached, v8::MaybeLocal<v8::Function> detached, v8::MaybeLocal<v8::Function> attributeChanged)
 | 
| +V8CustomElementLifecycleCallbacks* V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Local<v8::Object> prototype, v8::MaybeLocal<v8::Function> created, v8::MaybeLocal<v8::Function> attached, v8::MaybeLocal<v8::Function> detached, v8::MaybeLocal<v8::Function> attributeChanged)
 | 
|  {
 | 
|      v8::Isolate* isolate = scriptState->isolate();
 | 
|      // A given object can only be used as a Custom Element prototype
 | 
| 
 |