Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1124)

Unified Diff: core/html/HTMLSourceElement.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/html/HTMLSourceElement.idl
diff --git a/core/html/HTMLSourceElement.idl b/core/html/HTMLSourceElement.idl
index 67e69f76ed27602ec1867fe7bf41726f7e14fc4d..763a084112e803ca3d53df1c5efe9e3857014cda 100644
--- a/core/html/HTMLSourceElement.idl
+++ b/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;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b