| Index: third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h b/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
|
| index a3655ad4ec5d9653c063112a4f7b3a089c49ff88..be6817aed7b5e2135e2bbd66e8852ad44fd695da 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| bool isFeatureAllowed() const;
|
| bool validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState&);
|
| - RawPtr<CustomElementLifecycleCallbacks> createCallbacks();
|
| + CustomElementLifecycleCallbacks* createCallbacks();
|
| bool createConstructor(Document*, CustomElementDefinition*, ExceptionState&);
|
| bool didRegisterDefinition() const;
|
|
|
|
|