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

Unified Diff: Source/modules/mediastream/RTCDataChannelEvent.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take Adam's feedback into consideration Created 7 years, 8 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/modules/mediastream/RTCDataChannelEvent.idl
diff --git a/Source/modules/mediastream/RTCDataChannelEvent.idl b/Source/modules/mediastream/RTCDataChannelEvent.idl
index 2a820b8d0a0ff8ab9e17b98915106116d7e0427d..34125217f5b11a0ded9bb4b16f584d5dcf41ef53 100644
--- a/Source/modules/mediastream/RTCDataChannelEvent.idl
+++ b/Source/modules/mediastream/RTCDataChannelEvent.idl
@@ -22,6 +22,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface RTCDataChannelEvent : Event {
+[
+ NoInterfaceObject,
+] interface RTCDataChannelEvent : Event {
readonly attribute RTCDataChannel channel;
};

Powered by Google App Engine
This is Rietveld 408576698