Closed NicolasT closed 8 years ago
In Swift master, the prototype of the REQUEST method of the ObjectController changed API, taking a ctrl argument now (introduced by the timing_stats decorator).
master
REQUEST
ObjectController
ctrl
timing_stats
This commit adds the argument to 'our' ObjectController to restore compatibility.
In Swift
master
, the prototype of theREQUEST
method of theObjectController
changed API, taking actrl
argument now (introduced by thetiming_stats
decorator).This commit adds the argument to 'our'
ObjectController
to restore compatibility.