Index: Source/core/html/HTMLSourceElement.idl |
diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl |
index aeab1ad0bafdcd08571e40c35efd539a83b00949..3966d19ec2cd28352bc86e961c3171fb6b250b7c 100644 |
--- a/Source/core/html/HTMLSourceElement.idl |
+++ b/Source/core/html/HTMLSourceElement.idl |
@@ -28,7 +28,6 @@ |
] interface HTMLSourceElement : HTMLElement { |
[Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src; |
attribute DOMString type; |
- [DeprecateAs=HTMLSourceElementMedia] attribute DOMString media; |
[Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |
}; |