Another dart2js fix

This commit is contained in:
John McCutchan 2015-08-27 11:52:43 -07:00
parent 23a30a8825
commit 69092c741d

View file

@ -41,6 +41,6 @@ ServiceExtensionHandler _lookupExtension(String method) {
}
@patch
void _registerExtension(String method, ServiceExtensionHandler handler) {
_registerExtension(String method, ServiceExtensionHandler handler) {
_extensions[method] = handler;
}