| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| index cb88965a88f9c724a19775814aa3063e316edf98..5fc43e3121a316eebc5e5936e6ac478e687bb294 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| @@ -23,6 +23,7 @@
|
| // TODO(yukishiino): HTMLObjectElement should not have [OverrideBuiltins].
|
| [
|
| OverrideBuiltins,
|
| + ActiveScriptWrappable,
|
| ] interface HTMLObjectElement : HTMLElement {
|
| [CEReactions, Reflect, URL] attribute DOMString data;
|
| [CEReactions, Reflect] attribute DOMString type;
|
|
|