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

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

Issue 2318883002: Revert of Implement WTF::WeakPtr in terms of base::WeakPtr (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/wtf/DEPS ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 66e891c4bd1f590b032f57ace6386962b8832a27..521fffe8311dd7c3be4305d4ae064d2cff86e2cc 100644
--- a/third_party/WebKit/Source/wtf/Forward.h
+++ b/third_party/WebKit/Source/wtf/Forward.h
@@ -31,6 +31,7 @@
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;
@@ -56,6 +57,7 @@
using WTF::PassRefPtr;
using WTF::RefPtr;
using WTF::Vector;
+using WTF::WeakPtr;
using WTF::ArrayBuffer;
using WTF::ArrayBufferView;
« no previous file with comments | « third_party/WebKit/Source/wtf/DEPS ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698