| Index: Source/core/dom/URL.idl
|
| diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl
|
| index 2cf33a47c4fffdb1710b5deda5bad17daf7d630d..8a92039656eb1db944f7ae6f5aba83f6ce57b394 100644
|
| --- a/Source/core/dom/URL.idl
|
| +++ b/Source/core/dom/URL.idl
|
| @@ -38,7 +38,7 @@
|
| // FIXME: should be in separate URLBlob.idl partial interface definition
|
| // http://dev.w3.org/2006/webapi/FileAPI/#URL-object
|
| // FIXME: should not be nullable
|
| - [RaisesException, CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] static DOMString createObjectURL(Blob? blob);
|
| + [RaisesException, CallWith=ExecutionContext] static DOMString? createObjectURL(Blob? blob);
|
| [CallWith=ExecutionContext] static void revokeObjectURL(DOMString url);
|
| };
|
|
|
|
|