| Index: sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate b/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
|
| index 6ec0f16ed306fa826fc9a497ecb092076ccfcf0c..0e0a02dca606e229dbad2b79ca28f61b7c82d9fd 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
|
| @@ -9,7 +9,7 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)_get(url, onSuccess);
|
|
|
| factory $CLASSNAME.getWithCredentials(String url, onSuccess($CLASSNAME request)) =>
|
| - _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)getWithCredentials(url, onSuccess);
|
| + _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)_getWithCredentials(url, onSuccess);
|
|
|
| $!MEMBERS
|
| }
|
|
|