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

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

Issue 2685563002: Remove trace() methods for stack-only classes. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/core/editing/SelectionModifier.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionModifier.h b/third_party/WebKit/Source/core/editing/SelectionModifier.h
index ed46226e8e66ef634784dd68e372a3e71f6ffd91..f9fb61c962b62de7ad97282f163fd07a98a8e15e 100644
--- a/third_party/WebKit/Source/core/editing/SelectionModifier.h
+++ b/third_party/WebKit/Source/core/editing/SelectionModifier.h
@@ -57,8 +57,6 @@ class SelectionModifier {
unsigned verticalDistance,
VerticalDirection);
- DECLARE_VIRTUAL_TRACE();
-
private:
// TODO(yosin): We should move |EPositionType| to "SelectionModifier.cpp",
// it is only used for implementing |modify()|.

Powered by Google App Engine
This is Rietveld 408576698