Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.h

Issue 952813002: InlinedVisitor: Migrate frame to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/DeviceSingleWindowEventController.h
diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
index 287272940cd00bbdcb9ccf889aece3a3eb106180..5f08fe76c443aa8f4a807406710a922c8c3e6603 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.h
+++ b/Source/core/frame/DeviceSingleWindowEventController.h
@@ -21,7 +21,7 @@ public:
// Inherited from DeviceEventControllerBase.
virtual void didUpdateData() override;
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
// Inherited from DOMWindowLifecycleObserver.
virtual void didAddEventListener(LocalDOMWindow*, const AtomicString&) override;

Powered by Google App Engine
This is Rietveld 408576698