I just noticed this tonight. When a change is made to one of these functions, 
prepare-ChangeLog doesn't log the functions that changed.

I have a question and a request.

Question:

The functions in question where I noticed this:
auto WebURLSchemeTask::didComplete(const ResourceError& error) -> ExceptionType

Would normally be written as:
WebURLSchemeTask::ExceptionType WebURLSchemeTask::didComplete(const 
ResourceError& error)

Is there some actual value to using this syntax other than… being syntactically 
different, and being just a little shorter?

Request:

Until we fix prepare-ChangeLog, and unless there is some great advantage to 
this syntax that I'm not aware of… it's hold off on using it more.

Thanks,
~Brady
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to