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

Unified Diff: Source/core/editing/SelectionController.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict Created 5 years, 4 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 | « Source/core/dom/shadow/ShadowRootRareData.h ('k') | Source/core/fetch/CachedMetadataHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SelectionController.h
diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
index 4fd749e18267294677c68ce3d40ac454c9d70c7c..d3a246472e877ab91791af437a182032c12d3ee4 100644
--- a/Source/core/editing/SelectionController.h
+++ b/Source/core/editing/SelectionController.h
@@ -41,6 +41,7 @@ class VisibleSelection;
class SelectionController final : public NoBaseWillBeGarbageCollected<SelectionController> {
WTF_MAKE_NONCOPYABLE(SelectionController);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(SelectionController);
public:
static PassOwnPtrWillBeRawPtr<SelectionController> create(LocalFrame&);
DECLARE_TRACE();
« no previous file with comments | « Source/core/dom/shadow/ShadowRootRareData.h ('k') | Source/core/fetch/CachedMetadataHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698