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

Unified Diff: Source/wtf/RawPtr.h

Issue 1327793002: Oilpan: Reduce FIXME(OILPAN) from the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« Source/core/css/ElementRuleCollector.h ('K') | « Source/platform/heap/Heap.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/RawPtr.h
diff --git a/Source/wtf/RawPtr.h b/Source/wtf/RawPtr.h
index 84ad422fd47dd7b6f54e9d2bdaf5bc949aac4b4c..c3a82ec4b72d51c961d40dfce960f477d3e713c3 100644
--- a/Source/wtf/RawPtr.h
+++ b/Source/wtf/RawPtr.h
@@ -75,7 +75,6 @@ public:
T* get() const { return m_ptr; }
void clear() { m_ptr = 0; }
- // FIXME: oilpan: Remove release and leakRef once we remove RefPtrWillBeRawPtr.
RawPtr<T> release()
{
RawPtr<T> tmp = m_ptr;
« Source/core/css/ElementRuleCollector.h ('K') | « Source/platform/heap/Heap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698