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

Unified Diff: Source/web/TextFinder.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/web/StorageQuotaClientImpl.h ('k') | Source/web/UserMediaClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/TextFinder.h
diff --git a/Source/web/TextFinder.h b/Source/web/TextFinder.h
index 84acf0d331f952aa593f8940c8ae1f5dccf239d8..0a072880bf68497bc1c376664293ba661b1bc0d1 100644
--- a/Source/web/TextFinder.h
+++ b/Source/web/TextFinder.h
@@ -51,6 +51,7 @@ class WebLocalFrameImpl;
template <typename T> class WebVector;
class TextFinder final : public NoBaseWillBeGarbageCollectedFinalized<TextFinder> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(TextFinder);
public:
static PassOwnPtrWillBeRawPtr<TextFinder> create(WebLocalFrameImpl& ownerFrame);
« no previous file with comments | « Source/web/StorageQuotaClientImpl.h ('k') | Source/web/UserMediaClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698