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. |