| Index: sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp
|
| diff --git a/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp b/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp
|
| index a5aabc2aa7b1dd068c4df3b165a705abf78c3640..bb001a07d0f996e3c9541bbf01d69b8fa4e64394 100644
|
| --- a/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp
|
| +++ b/sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp
|
| @@ -59,11 +59,6 @@ CustomElementConstructorBuilder::CustomElementConstructorBuilder(ScriptState* sc
|
| ASSERT(m_scriptState->context() == m_scriptState->isolate()->GetCurrentContext());
|
| }
|
|
|
| -bool CustomElementConstructorBuilder::isFeatureAllowed() const
|
| -{
|
| - return m_scriptState->world().isMainWorld();
|
| -}
|
| -
|
| bool CustomElementConstructorBuilder::validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState& exceptionState)
|
| {
|
| ASSERT(m_prototype.IsEmpty());
|
|
|