| Index: third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html b/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html
|
| index 63ca10d7a1abda1612feff819ecefb11399c6d7c..4b9036d3cb0a8def3d8fa593d37e646335e8c692 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html
|
| @@ -73,7 +73,6 @@ function test() {
|
| size: name.length + value.length,
|
| httpOnly: false,
|
| secure: secure,
|
| - sameSite: false,
|
| session: true
|
| };
|
| return WebInspector.Cookies._parseProtocolCookie(WebInspector.targetManager.mainTarget(), protocolCookie);
|
|
|