diff options
Diffstat (limited to 'WebCore/storage/OriginUsageRecord.h')
| -rw-r--r-- | WebCore/storage/OriginUsageRecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/OriginUsageRecord.h b/WebCore/storage/OriginUsageRecord.h index 609a793..25bddf2 100644 --- a/WebCore/storage/OriginUsageRecord.h +++ b/WebCore/storage/OriginUsageRecord.h @@ -40,7 +40,7 @@ namespace WebCore { // Objects of this class can be used from multiple threads with external synchronization. // String arguments are also supposed to be deeply copied by the caller when necessary. -class OriginUsageRecord { +class OriginUsageRecord : public Noncopyable { public: OriginUsageRecord(); |
