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

Unified Diff: Source/core/workers/SharedWorkerRepositoryClient.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/core/workers/SharedWorkerRepositoryClient.h
diff --git a/Source/core/workers/SharedWorkerRepositoryClient.h b/Source/core/workers/SharedWorkerRepositoryClient.h
index 29c88a5771d715d830f5543d7c42834b530ffcb3..b8bc799f85bb2b101ff7d1e22ba18b6fd97bec45 100644
--- a/Source/core/workers/SharedWorkerRepositoryClient.h
+++ b/Source/core/workers/SharedWorkerRepositoryClient.h
@@ -48,6 +48,7 @@ class SharedWorker;
class SharedWorkerRepositoryClient {
WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClient);
+ DISALLOW_ALLOCATION();
public:
SharedWorkerRepositoryClient() { }
virtual ~SharedWorkerRepositoryClient() { }

Powered by Google App Engine
This is Rietveld 408576698