blob: b4a0794ce5f7bf2eecb79b85ee9c52d2c1a0bc04 [file] [log] [blame]
>>>
var xsrfValue = _urlIsSameOrigin(url) ?
_cookies[xsrfCookieName != null ?
xsrfCookieName :
defaults.xsrfCookieName] :
null;
<<<
var xsrfValue = _urlIsSameOrigin(url) ?
_cookies[xsrfCookieName != null ?
xsrfCookieName :
defaults.xsrfCookieName] :
null;
>>>
class _Streams {
_Streams(this._scope, this._exceptionHandler, _Streams inheritStreams)
: _typeCounts = inheritStreams == null ?
new HashMap<String, int>() :
new HashMap.from(inheritStreams._typeCounts);
}
<<<
class _Streams {
_Streams(this._scope, this._exceptionHandler, _Streams inheritStreams)
: _typeCounts = inheritStreams == null ?
new HashMap<String, int>() :
new HashMap.from(inheritStreams._typeCounts);
}