Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: Source/core/html/HTMLMediaElement.idl

Issue 483863003: Use SpecialWrapFor over HTMLMediaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLMediaElement.idl
diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl
index aa9d0405be6540ac997516ab4536c35aaef5aedf..0e5b1b8b4c21f9374581dc841eaeb4a8133309b6 100644
--- a/Source/core/html/HTMLMediaElement.idl
+++ b/Source/core/html/HTMLMediaElement.idl
@@ -25,6 +25,7 @@
[
ActiveDOMObject,
+ Custom=Wrap,
RuntimeEnabled=Media,
TypeChecking=Unrestricted,
] interface HTMLMediaElement : HTMLElement {

Powered by Google App Engine
This is Rietveld 408576698