| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 11654d4c4415a9bd5bb551ed3552325a1742c550..37297680bab6b398efae9b19afa5f85e93b3d7d6 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -313,7 +313,9 @@ public:
|
| // Returns a hit-tested VisiblePosition for the given point
|
| VisiblePosition visiblePositionForWindowPoint(const WebPoint&);
|
|
|
| +#if ENABLE(OILPAN)
|
| void trace(Visitor*);
|
| +#endif
|
|
|
| private:
|
| friend class FrameLoaderClientImpl;
|
|
|