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

Unified Diff: Source/web/WebSharedWorkerImpl.h

Issue 843683005: Fix a bit of C++11 in web/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/web/WebSharedWorkerImpl.h
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
index 88120a0741b94966cc146bafa92372b4783a5a8b..970437217e82cf5c7e8b875aa6e97e942da462c4 100644
--- a/Source/web/WebSharedWorkerImpl.h
+++ b/Source/web/WebSharedWorkerImpl.h
@@ -145,7 +145,7 @@ private:
RefPtr<WorkerThread> m_workerThread;
// This one's initialized and bound to the main thread.
- RefPtr<WeakReference<WebSharedWorkerClient> > m_client;
+ RefPtr<WeakReference<WebSharedWorkerClient>> m_client;
// Usually WeakPtr is created by WeakPtrFactory exposed by Client
// class itself, but here it's implemented by Chrome so we create

Powered by Google App Engine
This is Rietveld 408576698