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

Unified Diff: Source/core/editing/spellcheck/SpellChecker.h

Issue 1306003002: Make classes and structures in core/editing fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/editing/iterators/SearchBuffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/spellcheck/SpellChecker.h
diff --git a/Source/core/editing/spellcheck/SpellChecker.h b/Source/core/editing/spellcheck/SpellChecker.h
index 1d4d2ef6c3741944d250e577298ead3641463760..bf418214c18f5abfc4599d9f7f3f7c8652f4f655 100644
--- a/Source/core/editing/spellcheck/SpellChecker.h
+++ b/Source/core/editing/spellcheck/SpellChecker.h
@@ -44,6 +44,7 @@ class TextCheckingParagraph;
struct TextCheckingResult;
class CORE_EXPORT SpellChecker final : public NoBaseWillBeGarbageCollectedFinalized<SpellChecker> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(SpellChecker);
WTF_MAKE_NONCOPYABLE(SpellChecker);
haraken 2015/08/21 07:52:44 Just an idea: It might be better to make WTF_MAKE_
public:
static PassOwnPtrWillBeRawPtr<SpellChecker> create(LocalFrame&);
« no previous file with comments | « Source/core/editing/iterators/SearchBuffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698