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

Unified Diff: third_party/WebKit/Source/core/editing/FrameSelection.h

Issue 2443883002: Use DEFINE_TRACE in FrameSelection instead of DEFINE_VIRTUAL_TRACE (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index b1bdf3800c54177e10d8f90591099e45e18d31c2..5a8f04c9c87cf8c6be1d9697a4c3779fc6a5f3ae 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -290,7 +290,7 @@ class CORE_EXPORT FrameSelection final
// to use updated selection, we should make |updateIfNeeded()| private.
void updateIfNeeded();
- DECLARE_VIRTUAL_TRACE();
+ DECLARE_TRACE();
private:
friend class FrameSelectionTest;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698