| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| index 4433decd3193f1394f078d8b08c4a08acdb5a839..c83666d4d16876f1d1f49a4a105152089936bbcd 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| @@ -78,9 +78,6 @@ public:
|
|
|
| protected:
|
| struct RunInfo;
|
| -#if COMPILER(MSVC)
|
| - friend struct ::WTF::OwnedPtrDeleter<RunInfo>;
|
| -#endif
|
|
|
| ShapeResult(const Font*, unsigned numCharacters, TextDirection);
|
| ShapeResult(const ShapeResult&);
|
|
|