mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 05:37:11 +00:00
dom/cache: VC2010 fix
This commit is contained in:
Vendored
+2
-2
@@ -73,8 +73,8 @@ public:
|
||||
~ThreadsafeHandle();
|
||||
|
||||
// disallow copying
|
||||
ThreadsafeHandle(const ThreadsafeHandle&) = delete;
|
||||
ThreadsafeHandle& operator=(const ThreadsafeHandle&) = delete;
|
||||
ThreadsafeHandle(const ThreadsafeHandle&) MOZ_DELETE;
|
||||
ThreadsafeHandle& operator=(const ThreadsafeHandle&) MOZ_DELETE;
|
||||
|
||||
void AllowToCloseOnOwningThread();
|
||||
void InvalidateAndAllowToCloseOnOwningThread();
|
||||
|
||||
Reference in New Issue
Block a user