| 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 29ff386eadb2227a3ab4dacdb359c0ac6b1c32ec..91d2e6c378c60ba5ab4ecf3e4326e8d6df2c845e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| @@ -23,7 +23,6 @@
|
| // TODO(yukishiino): HTMLEmbedElement should not have [OverrideBuiltins].
|
| [
|
| OverrideBuiltins,
|
| - ActiveScriptWrappable,
|
| ] interface HTMLEmbedElement : HTMLElement {
|
| [CEReactions, Reflect, URL] attribute DOMString src;
|
| [CEReactions, Reflect] attribute DOMString type;
|
|
|