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

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

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/URLMediaStream.idl
diff --git a/Source/modules/mediastream/URLMediaStream.idl b/Source/modules/mediastream/URLMediaStream.idl
index d6d36cfd83b70e840fb797308ca8ee5bb6e4130b..dda838d91d0ed52339130b2d729d396d4a2da6d1 100644
--- a/Source/modules/mediastream/URLMediaStream.idl
+++ b/Source/modules/mediastream/URLMediaStream.idl
@@ -27,6 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
partial interface URL {
- [CallWith=ExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaStream? stream);
+ [CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaStream? stream);
};
« no previous file with comments | « Source/modules/mediastream/NavigatorMediaStream.idl ('k') | Source/modules/navigatorcontentutils/NavigatorContentUtils.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698