| 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 c12e89f35488be72bff2bd8b7eaf802d1e5d61bf..96dd9ad020ef36636bf57cab45f6293220b1914d 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -439,9 +439,7 @@ class WebFrame {
|
| bool inShadowTree() const { return m_scope == WebTreeScopeType::Shadow; }
|
|
|
| static void traceFrames(Visitor*, WebFrame*);
|
| - static void traceFrames(InlinedGlobalMarkingVisitor, WebFrame*);
|
| void clearWeakFrames(Visitor*);
|
| - void clearWeakFrames(InlinedGlobalMarkingVisitor);
|
| #endif
|
|
|
| protected:
|
| @@ -460,7 +458,6 @@ class WebFrame {
|
| friend class WebFrameTest;
|
|
|
| static void traceFrame(Visitor*, WebFrame*);
|
| - static void traceFrame(InlinedGlobalMarkingVisitor, WebFrame*);
|
| static bool isFrameAlive(const WebFrame*);
|
|
|
| template <typename VisitorDispatcher>
|
|
|