| Index: Source/bindings/v8/CustomElementConstructorBuilder.h
|
| diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.h b/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| index 83d5e2566ee4e2b73c6a09e04f667a213c38a22e..ec56cf6dc42b28d262496180b23d3814b64bf165 100644
|
| --- a/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| +++ b/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| @@ -66,7 +66,7 @@ public:
|
| bool isFeatureAllowed() const;
|
| bool validateOptions();
|
| bool findTagName(const AtomicString& customElementType, QualifiedName& tagName);
|
| - PassRefPtr<CustomElementLifecycleCallbacks> createCallbacks(Document*);
|
| + PassRefPtr<CustomElementLifecycleCallbacks> createCallbacks();
|
| bool createConstructor(Document*, CustomElementDefinition*);
|
| bool didRegisterDefinition(CustomElementDefinition*) const;
|
|
|
|
|