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

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

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + remove obstructing DOMFormData::trace() Created 6 years, 10 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 4a69b5addef5d0c9db35b1ab8d48475d99bdae3b..696efc2a3f3da2c97270a1ae4ae219f21be096aa 100644
--- a/Source/modules/mediastream/RTCDataChannel.idl
+++ b/Source/modules/mediastream/RTCDataChannel.idl
@@ -36,7 +36,7 @@
readonly attribute DOMString protocol;
readonly attribute boolean negotiated;
readonly attribute unsigned short id;
-
+
tkent 2014/03/03 07:52:38 nit: this change is unnecessary.
sof 2014/03/04 08:33:49 Reverted whitespace change.
readonly attribute DOMString readyState;
readonly attribute unsigned long bufferedAmount;

Powered by Google App Engine
This is Rietveld 408576698