| Index: third_party/WebKit/Source/web/OpenedFrameTracker.h
|
| diff --git a/third_party/WebKit/Source/web/OpenedFrameTracker.h b/third_party/WebKit/Source/web/OpenedFrameTracker.h
|
| index 3aec0e59ad5adab62ad0d88ef7d111293cdb80a9..09c2e0b34d9322a7c653a0a49bf38ebc80963070 100644
|
| --- a/third_party/WebKit/Source/web/OpenedFrameTracker.h
|
| +++ b/third_party/WebKit/Source/web/OpenedFrameTracker.h
|
| @@ -11,7 +11,6 @@
|
| namespace blink {
|
|
|
| class Visitor;
|
| -class InlinedGlobalMarkingVisitor;
|
| class WebFrame;
|
|
|
| // Small helper class to track the set of frames that a WebFrame has opened.
|
| @@ -33,7 +32,6 @@ class OpenedFrameTracker {
|
| void transferTo(WebFrame*);
|
|
|
| void traceFrames(Visitor*);
|
| - void traceFrames(InlinedGlobalMarkingVisitor);
|
|
|
| private:
|
| template <typename VisitorDispatcher>
|
|
|