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

Unified Diff: Source/modules/mediastream/RTCDataChannel.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: Fix error with Perl < 5.14 Created 7 years, 7 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/RTCDataChannel.idl
diff --git a/Source/modules/mediastream/RTCDataChannel.idl b/Source/modules/mediastream/RTCDataChannel.idl
index 45322138027ee89327e0196bae0abb0666ad1736..b4263df90d84531d3e0bbc8c7e57fef1e878a4fe 100644
--- a/Source/modules/mediastream/RTCDataChannel.idl
+++ b/Source/modules/mediastream/RTCDataChannel.idl
@@ -23,6 +23,7 @@
*/
[
+ NoInterfaceObject,
EventTarget
] interface RTCDataChannel {
readonly attribute DOMString label;
« no previous file with comments | « Source/modules/mediastream/RTCDTMFToneChangeEvent.idl ('k') | Source/modules/mediastream/RTCDataChannelEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698