Drop [UsePointersEvenForNonNullableObjectArguments] from WebKitNamedFlow
Created attachment 277249 [details] Patch
Comment on attachment 277249 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=277249&action=review r=me with comment. > Source/WebCore/dom/WebKitNamedFlow.idl:38 > + NodeList getRegionsByContent(Node? contentNode); Should add a FIXME comment as I don't believe this matches the spec.
Created attachment 277357 [details] Patch for landing
Thanks for the review. > > Source/WebCore/dom/WebKitNamedFlow.idl:38 > > + NodeList getRegionsByContent(Node? contentNode); > > Should add a FIXME comment as I don't believe this matches the spec. Right, I did not find the spec yesterday but found it now. Patch is fixed accordingly
Comment on attachment 277357 [details] Patch for landing Clearing flags on attachment: 277357 Committed r200079: <http://trac.webkit.org/changeset/200079>
All reviewed patches have been landed. Closing bug.