| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index e9759ae5807992adeff7f9fbb4192e868c4f48a0..13d97a47e69060d6a45652c94955b7d3c001ac59 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -184,7 +184,9 @@ public:
|
|
|
| virtual void initializeFromFrame(WebLocalFrame*) const OVERRIDE;
|
|
|
| - virtual void trace(Visitor*);
|
| +#if ENABLE(OILPAN)
|
| + void trace(Visitor*);
|
| +#endif
|
|
|
| private:
|
| RemoteFrameClientImpl m_frameClient;
|
|
|