| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index 5d222291eb560835376f87013eddfa54a176a8b0..89873edf7aa23243782659d28f5625bd5b991409 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -199,6 +199,8 @@ public:
|
|
|
| virtual void initializeFromFrame(WebLocalFrame*) const override;
|
|
|
| + virtual void setReplicatedOrigin(const WebURL&, bool isUnique) const override;
|
| +
|
| #if ENABLE(OILPAN)
|
| void trace(Visitor*);
|
| #endif
|
|
|