Summary: | Drop [UsePointersEvenForNonNullableObjectArguments] from DOMURL | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||
Component: | Bindings | Assignee: | Chris Dumez <cdumez> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, darin, esprehn+autocc, gyuyoung.kim, kondapallykalyan, youennf | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Chris Dumez
2016-04-20 10:54:04 PDT
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> |