Drop [UsePointersEvenForNonNullableObjectArguments] from DOMURL
Created attachment 276842 [details] Patch
Comment on attachment 276842 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=276842&action=review > Source/WebCore/html/DOMURL.idl:39 > + [CallWith=ScriptExecutionContext] static DOMString? createObjectURL(Blob? blob); // FIXME: The return value and the prameter should not be nullable. s/prameter/parameter/
Committed r199816: <http://trac.webkit.org/changeset/199816>