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

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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
Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl
index 3741912f947669ad33f514b5c03742581d4cdebc..8576488ad797d980475da76db05e873f67a43601 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl
@@ -5,7 +5,7 @@
[
RuntimeEnabled=CustomElementsV1,
] interface CustomElementRegistry {
- [CallWith=ScriptState, CEReactions, CustomElementCallbacks, RaisesException, MeasureAs=CustomElementRegistryDefine] void define(DOMString name, Function constructor, optional ElementDefinitionOptions options);
- any get(DOMString name);
- [CallWith=ScriptState,RaisesException] Promise<void> whenDefined(DOMString name);
+ [CallWith=ScriptState, CEReactions, CustomElementCallbacks, RaisesException, MeasureAs=CERegistryAPI] void define(DOMString name, Function constructor, optional ElementDefinitionOptions options);
+ [MeasureAs=CERegistryAPI] any get(DOMString name);
+ [CallWith=ScriptState,RaisesException,MeasureAs=CERegistryAPI] Promise<void> whenDefined(DOMString name);
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl ('k') | third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698