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

Unified Diff: Source/platform/heap/Handle.h

Issue 267323004: Oilpan: Move ThreadableWebSocketChannelClientWrapper to Oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« Source/core/dom/CrossThreadTask.h ('K') | « Source/platform/CrossThreadCopier.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Handle.h
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
index 80d44ef660b4fbd5e02bdb6950201c2fec667d52..f99edc1b6bfca00d0502af7a0671a226669dfe7e 100644
--- a/Source/platform/heap/Handle.h
+++ b/Source/platform/heap/Handle.h
@@ -404,6 +404,7 @@ public:
CrossThreadPersistent(T* raw) : Persistent<T, GlobalPersistents>(raw) { }
using Persistent<T, GlobalPersistents>::operator=;
+ using Persistent<T, GlobalPersistents>::operator RawPtr<T>;
};
// FIXME: derive affinity based on the collection.
« Source/core/dom/CrossThreadTask.h ('K') | « Source/platform/CrossThreadCopier.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698