Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediasource / URLMediaSource.idl
index 0d336fd..92c7e37 100644 (file)
@@ -31,7 +31,7 @@
 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#idl-def-URL
 
 [
-    TypeChecking=Interface|Nullable,
+    TypeChecking=Interface,
 ] partial interface URL {
-    [CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaSource source);
+    [CallWith=ExecutionContext] static DOMString? createObjectURL(MediaSource source);
 };