| 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 ce3591f89d39f672504839da11266265bb3b1890..51e314330a7e93d7a559b2aced0dd7f7a095b76f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/HAREntry.js
|
| @@ -221,6 +221,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()
|
| };
|
| },
|
|
|