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

Unified Diff: Source/web/SpellCheckerClientImpl.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/SpeechRecognitionClientProxy.h ('k') | Source/web/StorageClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/SpellCheckerClientImpl.h
diff --git a/Source/web/SpellCheckerClientImpl.h b/Source/web/SpellCheckerClientImpl.h
index 2fcd624bcbe047c092868aa85b947b519cf0fe80..23851c48634061cb3a35cae219396be7ab565ac6 100644
--- a/Source/web/SpellCheckerClientImpl.h
+++ b/Source/web/SpellCheckerClientImpl.h
@@ -34,12 +34,14 @@
#include "core/page/SpellCheckerClient.h"
#include "platform/heap/Handle.h"
#include "platform/text/TextCheckerClient.h"
+#include "wtf/Allocator.h"
namespace blink {
class WebViewImpl;
class SpellCheckerClientImpl final : public SpellCheckerClient, public TextCheckerClient {
+ DISALLOW_ALLOCATION();
public:
explicit SpellCheckerClientImpl(WebViewImpl*);
« no previous file with comments | « Source/web/SpeechRecognitionClientProxy.h ('k') | Source/web/StorageClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698