Index: third_party/WebCore/html/DOMURL.idl |
diff --git a/third_party/WebCore/html/DOMURL.idl b/third_party/WebCore/html/DOMURL.idl |
index df747c2956ccae63b0f9233de537f0131804365b..44bb63849b80ce95c256de144625499b53e61319 100644 |
--- a/third_party/WebCore/html/DOMURL.idl |
+++ b/third_party/WebCore/html/DOMURL.idl |
@@ -34,9 +34,9 @@ module html { |
InterfaceName=URL |
] DOMURL { |
#if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM |
- [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] static DOMString createObjectURL(in MediaStream stream); |
+ [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(in MediaStream stream); |
#endif |
- [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] static DOMString createObjectURL(in Blob blob); |
+ [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(in Blob blob); |
[CallWith=ScriptExecutionContext] static void revokeObjectURL(in DOMString url); |
}; |
} |