| Index: third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js b/third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js
|
| index ec7d526f14b70bc55d48c73486b99a21d26f47cd..deb8bbbc1cf87dba1043dcfdb308b7921405b82f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js
|
| @@ -227,6 +227,7 @@ WebInspector.HAREntry.prototype = {
|
| domain: cookie.domain(),
|
| expires: cookie.expiresDate(WebInspector.HARLog.pseudoWallTime(this._request, this._request.startTime)),
|
| httpOnly: cookie.httpOnly(),
|
| + sameSite: cookie.sameSite(),
|
| secure: cookie.secure()
|
| };
|
| },
|
|
|