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

Unified Diff: third_party/WebKit/Source/wtf/Forward.h

Issue 2329243002: Implement WTF::WeakPtr in terms of base::WeakPtr (Closed)
Patch Set: Thread-safety fix with comment Created 4 years, 3 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: third_party/WebKit/Source/wtf/Forward.h
diff --git a/third_party/WebKit/Source/wtf/Forward.h b/third_party/WebKit/Source/wtf/Forward.h
index 521fffe8311dd7c3be4305d4ae064d2cff86e2cc..66e891c4bd1f590b032f57ace6386962b8832a27 100644
--- a/third_party/WebKit/Source/wtf/Forward.h
+++ b/third_party/WebKit/Source/wtf/Forward.h
@@ -31,7 +31,6 @@ template <typename T> class RefPtr;
template <size_t size> class SizeSpecificPartitionAllocator;
template <typename T> class StringBuffer;
template <typename T, size_t inlineCapacity, typename Allocator> class Vector;
-template <typename T> class WeakPtr;
class ArrayBuffer;
class ArrayBufferView;
@@ -57,7 +56,6 @@ class Uint32Array;
using WTF::PassRefPtr;
using WTF::RefPtr;
using WTF::Vector;
-using WTF::WeakPtr;
using WTF::ArrayBuffer;
using WTF::ArrayBufferView;

Powered by Google App Engine
This is Rietveld 408576698