| Index: third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.cpp b/third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| index 3c214436cfda19fe7ee0dfb72aed744a4fb7a54b..972b1dbc7adcffe79706ed637a0056225b4a55b5 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.cpp
|
| @@ -40,7 +40,7 @@ namespace blink {
|
|
|
| DEFINE_TRACE(ChromeClient) {
|
| visitor->Trace(last_mouse_over_node_);
|
| - HostWindow::Trace(visitor);
|
| + PlatformChromeClient::Trace(visitor);
|
| }
|
|
|
| void ChromeClient::SetWindowRectWithAdjustment(const IntRect& pending_rect,
|
|
|