| Index: sky/engine/bindings/core/v8/CustomElementConstructorBuilder.h
|
| diff --git a/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.h b/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.h
|
| index 7a55c12556cd75aa142259e93829d54bb288fac4..4faf2adda3ec5b31f5cdca63351536acbdc5c78b 100644
|
| --- a/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.h
|
| +++ b/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.h
|
| @@ -65,7 +65,6 @@ public:
|
| // points. These methods must be called in order. When one fails
|
| // (returns false), the calls must stop.
|
|
|
| - bool isFeatureAllowed() const;
|
| bool validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState&);
|
| PassRefPtr<CustomElementLifecycleCallbacks> createCallbacks();
|
| bool createConstructor(Document*, CustomElementDefinition*, ExceptionState&);
|
|
|