Chromium Code Reviews| Index: public/platform/WebPrivatePtr.h |
| diff --git a/public/platform/WebPrivatePtr.h b/public/platform/WebPrivatePtr.h |
| index 4b3da1c3400713d15b662e19784df23ce6f12de6..5367e2b7f14166bb594e653cb5709abc395107f6 100644 |
| --- a/public/platform/WebPrivatePtr.h |
| +++ b/public/platform/WebPrivatePtr.h |
| @@ -224,12 +224,6 @@ public: |
| return *this; |
| } |
| - WebPrivatePtr<T>& operator=(std::nullptr_t&) |
| - { |
| - reset(); |
| - return *this; |
| - } |
| - |
| template<typename U> |
| WebPrivatePtr<T>& operator=(const U& ptr) |
| { |