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

Unified Diff: core/html/URL.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « core/html/TimeRanges.idl ('k') | core/html/canvas/ANGLEInstancedArrays.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/URL.idl
diff --git a/core/html/URL.idl b/core/html/URL.idl
index 7e5e30009f17e83a1c32b33fa36b4d14c5183eb7..b631c4cff240c8b0a8f482da56de06c02e0608ac 100644
--- a/core/html/URL.idl
+++ b/core/html/URL.idl
@@ -29,6 +29,7 @@
Constructor,
ImplementedAs=DOMURL
] interface URL {
+ [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaSource? source);
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(WebKitMediaSource? source);
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaStream? stream);
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(Blob? blob);
« no previous file with comments | « core/html/TimeRanges.idl ('k') | core/html/canvas/ANGLEInstancedArrays.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698