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

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

Issue 2383503002: Measure usage of createObjectURL and srcObject (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/modules/mediastream/URLMediaStream.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.idl b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.idl
index 3dab19ca40de27ccf966122df6dde54195413701..3f0f0e5f1badffbca484593e63567d783fea5e57 100644
--- a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.idl
+++ b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.idl
@@ -35,5 +35,5 @@
// https://github.com/w3c/mediacapture-main/issues/404
partial interface URL {
- [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext] static DOMString? createObjectURL(MediaStream stream);
+ [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext] static DOMString createObjectURL(MediaStream stream);
};

Powered by Google App Engine
This is Rietveld 408576698