| Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| index a62f3653f3d6afcda2a4b1e4bf6f71f0087764dc..54bed93e609a25618f6b20410a59cf214b3fa188 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| @@ -177,9 +177,6 @@ private:
|
| }
|
| };
|
|
|
| -#if COMPILER(MSVC)
|
| - friend struct ::WTF::OwnedPtrDeleter<DerivedFontData>;
|
| -#endif
|
| mutable OwnPtr<DerivedFontData> m_derivedFontData;
|
|
|
| RefPtr<CustomFontData> m_customFontData;
|
|
|