Commit 7cac6030 authored by yutak's avatar yutak Committed by Commit bot

Remove yet another obsolete MSVC workaround.

The workaround is no longer necessary.

BUG=617504

Review-Url: https://codereview.chromium.org/2048583003
Cr-Commit-Position: refs/heads/master@{#398266}
parent dcf632d0
...@@ -67,9 +67,6 @@ private: ...@@ -67,9 +67,6 @@ private:
T m_data; T m_data;
OwnPtr<Node> m_next; OwnPtr<Node> m_next;
}; };
#if COMPILER(MSVC)
friend struct ::WTF::OwnedPtrDeleter<Node>;
#endif
OwnPtr<Node> m_head; OwnPtr<Node> m_head;
size_t m_size; size_t m_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment