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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 1304043006: Make classes and structures in core/loader 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/loader/DocumentLoader.h ('k') | Source/core/loader/FormSubmission.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index adcf55e33ac3923b152a03f21ac56b972b3b96e0..30073677579348b2286ec1c96f8d8816113b6403 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -263,6 +263,7 @@ protected:
};
class CORE_EXPORT EmptyTextCheckerClient : public TextCheckerClient {
+ DISALLOW_ALLOCATION();
haraken 2015/08/27 05:44:48 Don't we want to add this to the parent class?
tasak 2015/08/27 07:50:48 Looking at only EmptyTextCheckerClient, it sounds
public:
~EmptyTextCheckerClient() { }
« no previous file with comments | « Source/core/loader/DocumentLoader.h ('k') | Source/core/loader/FormSubmission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698