Index: Source/core/page/PagePopupController.h |
diff --git a/Source/core/page/PagePopupController.h b/Source/core/page/PagePopupController.h |
index 96882708314c62c531f00ce783bf01dd3292fd49..f04567d1448b75d51bad4d96272168f12f80cdd7 100644 |
--- a/Source/core/page/PagePopupController.h |
+++ b/Source/core/page/PagePopupController.h |
@@ -54,7 +54,7 @@ public: |
void clearPagePopupClient(); |
void histogramEnumeration(const String& name, int sample, int boundaryValue); |
- void trace(Visitor*) { } |
+ DEFINE_INLINE_TRACE() { } |
private: |
explicit PagePopupController(PagePopupClient*); |