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

Unified Diff: Source/web/StorageClientImpl.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/SpellCheckerClientImpl.h ('k') | Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageClientImpl.h
diff --git a/Source/web/StorageClientImpl.h b/Source/web/StorageClientImpl.h
index 019b1d37c64101ccc43d38ccf0a2235469665a45..ed3a9d518f4e4224829b8d1d37d6d8a0b913d452 100644
--- a/Source/web/StorageClientImpl.h
+++ b/Source/web/StorageClientImpl.h
@@ -6,12 +6,14 @@
#define StorageClientImpl_h
#include "modules/storage/StorageClient.h"
+#include "wtf/Allocator.h"
namespace blink {
class WebViewImpl;
class StorageClientImpl : public StorageClient {
+ DISALLOW_ALLOCATION();
public:
explicit StorageClientImpl(WebViewImpl*);
« no previous file with comments | « Source/web/SpellCheckerClientImpl.h ('k') | Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698