| Index: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| index d510d47e9da9381e52f67b25a29c02942f0717ff..323b00c4cf9c7870ad136eadb353beb4dcbc39bd 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| +++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef NavigatorContentUtils_h
|
| #define NavigatorContentUtils_h
|
|
|
| +#include "core/frame/LocalFrame.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
|
| #include "platform/Supplementable.h"
|
| @@ -53,11 +54,7 @@ public:
|
|
|
| static NavigatorContentUtils* create(NavigatorContentUtilsClient*);
|
|
|
| - DEFINE_INLINE_VIRTUAL_TRACE()
|
| - {
|
| - visitor->trace(m_client);
|
| - Supplement<LocalFrame>::trace(visitor);
|
| - }
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| void setClientForTest(NavigatorContentUtilsClient* client) { m_client = client; }
|
|
|
|
|