| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 96dd9ad020ef36636bf57cab45f6293220b1914d..619764328532452b78941053dd3c5b5c783e85fb 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -459,13 +459,6 @@ class WebFrame {
|
|
|
| static void traceFrame(Visitor*, WebFrame*);
|
| static bool isFrameAlive(const WebFrame*);
|
| -
|
| - template <typename VisitorDispatcher>
|
| - static void traceFramesImpl(VisitorDispatcher, WebFrame*);
|
| - template <typename VisitorDispatcher>
|
| - void clearWeakFramesImpl(VisitorDispatcher);
|
| - template <typename VisitorDispatcher>
|
| - static void traceFrameImpl(VisitorDispatcher, WebFrame*);
|
| #endif
|
|
|
| const WebTreeScopeType m_scope;
|
|
|