Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1137)

Unified Diff: sky/engine/bindings/core/v8/CustomElementConstructorBuilder.h

Issue 788773006: Remove extension check from CustomElementRegistry. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698