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

Unified Diff: third_party/WebKit/Source/core/frame/Window.idl

Issue 2277713002: Rename CustomElementsRegistry to CustomElementRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
Index: third_party/WebKit/Source/core/frame/Window.idl
diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
index 9cf787fe34ed0cfdc9ccf1187227903df1abe72c..fb6de0a9bd4f0e3a0695a596462a11e9b742af3d 100644
--- a/third_party/WebKit/Source/core/frame/Window.idl
+++ b/third_party/WebKit/Source/core/frame/Window.idl
@@ -88,7 +88,7 @@
// Custom elements
// http://w3c.github.io/webcomponents/spec/custom/#custom-elements-api
- [RuntimeEnabled=CustomElementsV1, CallWith=ScriptState] readonly attribute CustomElementsRegistry customElements;
+ [RuntimeEnabled=CustomElementsV1, CallWith=ScriptState] readonly attribute CustomElementRegistry customElements;
// HTML obsolete features
// https://html.spec.whatwg.org/#Window-partial

Powered by Google App Engine
This is Rietveld 408576698