| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 15cae6854c0f565023b230dc6f451979d413c0e1..16e0ba8db388c13f357931feaabf72501185006e 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -710,8 +710,7 @@ private:
|
| #if ENABLE(OILPAN)
|
| static void traceFrame(Visitor*, WebFrame*);
|
| static void traceFrame(InlinedGlobalMarkingVisitor, WebFrame*);
|
| - static bool isFrameAlive(Visitor*, const WebFrame*);
|
| - static bool isFrameAlive(InlinedGlobalMarkingVisitor, const WebFrame*);
|
| + static bool isFrameAlive(const WebFrame*);
|
|
|
| template <typename VisitorDispatcher>
|
| static void traceFramesImpl(VisitorDispatcher, WebFrame*);
|
| @@ -719,8 +718,6 @@ private:
|
| void clearWeakFramesImpl(VisitorDispatcher);
|
| template <typename VisitorDispatcher>
|
| static void traceFrameImpl(VisitorDispatcher, WebFrame*);
|
| - template <typename VisitorDispatcher>
|
| - static bool isFrameAliveImpl(VisitorDispatcher, const WebFrame*);
|
| #endif
|
| #endif
|
|
|
|
|