| Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| index e90da6471733a7e57e5b5d4d03ef8225c123c4ee..5f8c26e4d99abb40720185f2796d19c85bcf8452 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| @@ -24,6 +24,7 @@
|
| [
|
| Custom=LegacyCallAsFunction,
|
| OverrideBuiltins,
|
| + HTMLConstructor,
|
| ] interface HTMLEmbedElement : HTMLElement {
|
| [CEReactions, Reflect, URL] attribute DOMString src;
|
| [CEReactions, Reflect] attribute DOMString type;
|
|
|