Chromium Code Reviews| 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; |