CustomElementConstructor: should be construct signature (#36030)

Was previously incorrectly a call signature. Had to override it
manually.
This commit is contained in:
Nathan Shively-Sanders
2020-01-06 10:09:03 -08:00
committed by GitHub
parent d6c05a1358
commit 28319a541a
+1 -1
View File
@@ -19255,7 +19255,7 @@ interface BlobCallback {
}
interface CustomElementConstructor {
(): HTMLElement;
new (): HTMLElement;
}
interface DecodeErrorCallback {