Chromium Code Reviews| 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 32d805f9a5ef089148ec60050f926c431ad18fe0..bdb5e905ebe22fc97586a89fccea4b61545e71e1 100644 |
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
| @@ -1629,6 +1629,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); |
|
haraken
2017/05/11 01:01:27
Why can't we move this to WebLocalFrameBase's DEFI
|
| } |