| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 63f00ca7f0422aea6e5970a5e5d0726c5bcb9ac7..f4b50b4432706192dd0491f45bb69e239e48cde1 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -212,7 +212,7 @@ class BLINK_EXPORT WebFrameClient {
|
| // associated with this frame. If the DetachType is Remove, the frame should
|
| // also be removed from the frame tree; otherwise, if the DetachType is
|
| // Swap, the frame is being replaced in-place by WebFrame::swap().
|
| - virtual void FrameDetached(WebLocalFrame*, DetachType);
|
| + virtual void FrameDetached(WebLocalFrame*, DetachType) {}
|
|
|
| // This frame has become focused.
|
| virtual void FrameFocused() {}
|
|
|