Commit a323e0f4 authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

v8binding: Remove dead code of CustomElementConstructor

IDL type definition of CustomElementConstructor in document.idl
is no longer used.  We have the definition in
custom_element_registry.idl.

Change-Id: I88b44330c083c337a91a3c90ec4fe3056c688037
Reviewed-on: https://chromium-review.googlesource.com/c/1437035Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#626433}
parent 1ee241d2
......@@ -18,8 +18,6 @@
* Boston, MA 02110-1301, USA.
*/
[Custom] callback CustomElementConstructor = Element ();
// https://html.spec.whatwg.org/C/#the-document-object
enum DocumentReadyState { "loading", "interactive", "complete" };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment