| Index: Source/core/html/HTMLSourceElement.idl
|
| diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl
|
| index 67e69f76ed27602ec1867fe7bf41726f7e14fc4d..632aaf293f8366d27f6dd1d8293304df4850e0b0 100644
|
| --- a/Source/core/html/HTMLSourceElement.idl
|
| +++ b/Source/core/html/HTMLSourceElement.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface HTMLSourceElement : HTMLElement {
|
| +[
|
| + NoInterfaceObject,
|
| +] interface HTMLSourceElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString src;
|
| attribute DOMString type;
|
| attribute DOMString media;
|
|
|