| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 8fa7d250962b702c57bef982c3dae58d19f6f036..6962b0db3105fc40e8729556bd5a32a241e8dae0 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1631,6 +1631,8 @@ DEFINE_TRACE(WebLocalFrameImpl) {
|
| visitor->Trace(print_context_);
|
| visitor->Trace(context_menu_node_);
|
| visitor->Trace(text_checker_client_);
|
| + WebLocalFrameBase::Trace(visitor);
|
| + // TODO(slangley): Call this from WebLocalFrameBase, once WebFrame is in core.
|
| WebFrame::TraceFrames(visitor, this);
|
| }
|
|
|
|
|