| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index a87900aeeabcc869eda75c8baf9a91a697ac0850..081bad6bdb643f6f006df2169c51da0d55541df0 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -84,6 +84,8 @@ public:
|
| }
|
| explicit SignedCertificateTimestamp(
|
| const struct blink::WebURLResponse::SignedCertificateTimestamp&);
|
| + SignedCertificateTimestamp isolatedCopy() const;
|
| +
|
| String m_status;
|
| String m_origin;
|
| String m_logDescription;
|
|
|