Bug 156797 - Drop [UsePointersEvenForNonNullableObjectArguments] from DOMURL
Summary: Drop [UsePointersEvenForNonNullableObjectArguments] from DOMURL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-20 10:54 PDT by Chris Dumez
Modified: 2016-04-21 08:42 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2016-04-20 12:11 PDT, Chris Dumez
youennf: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-04-20 10:54:04 PDT
Drop [UsePointersEvenForNonNullableObjectArguments] from DOMURL
Comment 1 Chris Dumez 2016-04-20 12:11:22 PDT
Created attachment 276842 [details]
Patch
Comment 2 youenn fablet 2016-04-20 23:28:09 PDT
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/
Comment 3 Chris Dumez 2016-04-21 08:42:24 PDT
Committed r199816: <http://trac.webkit.org/changeset/199816>