| Index: Source/core/dom/RemoteSecurityContext.h
|
| diff --git a/Source/core/dom/RemoteSecurityContext.h b/Source/core/dom/RemoteSecurityContext.h
|
| index b631750b570168a95f24c93f7a2cf0254988dec1..9f5723426e64bf4a14ea029e9fe857d5392bdfc3 100644
|
| --- a/Source/core/dom/RemoteSecurityContext.h
|
| +++ b/Source/core/dom/RemoteSecurityContext.h
|
| @@ -14,6 +14,9 @@ public:
|
| static PassRefPtr<RemoteSecurityContext> create();
|
| void setReplicatedOrigin(PassRefPtr<SecurityOrigin>);
|
|
|
| + // FIXME: implement
|
| + void didUpdateSecurityOrigin() override { }
|
| +
|
| private:
|
| RemoteSecurityContext();
|
| };
|
|
|