Chromium Code Reviews| Index: WebCore/page/DOMWindow.idl |
| =================================================================== |
| --- WebCore/page/DOMWindow.idl (revision 67741) |
| +++ WebCore/page/DOMWindow.idl (working copy) |
| @@ -760,7 +760,7 @@ |
| attribute [Conditional=BLOB] BlobBuilderConstructor BlobBuilder; |
| #if defined(ENABLE_BLOB) && ENABLE_BLOB |
| - DOMString createBlobURL(in Blob blob); |
| + [ConvertNullStringTo=Undefined] DOMString createBlobURL(in Blob blob); |
| void revokeBlobURL(in DOMString blobURL); |
| #endif |