Index: third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
index 6b49cb4582b3a454b37fa082837ed8c1e73ad441..fb4d1383071b91fc785b48a1a3f2b192544f606a 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
@@ -40,9 +40,6 @@ class TextRun; |
struct GlyphData; |
struct PLATFORM_EXPORT SimpleShaper : public Shaper { |
- // SVGTextMetricsCalculator wants to allocate SimpleShaper by using |
- // operator new. |
- USING_FAST_MALLOC(SimpleShaper); |
public: |
SimpleShaper(const Font*, const TextRun&, const GlyphData* emphasisData = nullptr, |
HashSet<const SimpleFontData*>* fallbackFonts = nullptr, FloatRect* = nullptr); |