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

Unified Diff: Source/modules/cachestorage/CacheStorageError.h

Issue 1315743003: [part 1] Make classes and structures in modules/ 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
Index: Source/modules/cachestorage/CacheStorageError.h
diff --git a/Source/modules/cachestorage/CacheStorageError.h b/Source/modules/cachestorage/CacheStorageError.h
index 8affea7eac467c2921e90073601d8ae58e63ec29..0352956f3cd1e61abbcaf394ca85ccc176f3c7fc 100644
--- a/Source/modules/cachestorage/CacheStorageError.h
+++ b/Source/modules/cachestorage/CacheStorageError.h
@@ -6,6 +6,7 @@
#define CacheStorageError_h
#include "public/platform/WebServiceWorkerCacheError.h"
+#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
namespace blink {
@@ -14,7 +15,7 @@ class DOMException;
class ScriptPromiseResolver;
class CacheStorageError {
- WTF_MAKE_NONCOPYABLE(CacheStorageError);
+ STATIC_ONLY(CacheStorageError);
public:
// For CallbackPromiseAdapter. Ownership of a given error is not
// transferred.
« no previous file with comments | « Source/modules/bluetooth/ConvertWebVectorToArrayBuffer.h ('k') | Source/modules/cachestorage/GlobalCacheStorage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698