Index: third_party/WebKit/Source/platform/PODArena.h |
diff --git a/third_party/WebKit/Source/platform/PODArena.h b/third_party/WebKit/Source/platform/PODArena.h |
index 90c5d289b84d4a34cf45f38e7925924ce401f321..3250e7864136ed075db89b20311a759f3f751cf9 100644 |
--- a/third_party/WebKit/Source/platform/PODArena.h |
+++ b/third_party/WebKit/Source/platform/PODArena.h |
@@ -195,10 +195,6 @@ protected: |
Chunk* m_current; |
size_t m_currentChunkSize; |
Vector<OwnPtr<Chunk>> m_chunks; |
- |
-#if COMPILER(MSVC) |
- friend struct ::WTF::OwnedPtrDeleter<Chunk>; |
-#endif |
}; |
} // namespace blink |