| Index: Source/WebCore/platform/graphics/WidthIterator.h
 | 
| diff --git a/Source/WebCore/platform/graphics/WidthIterator.h b/Source/WebCore/platform/graphics/WidthIterator.h
 | 
| index 8e4e069978ffc7ce23598d4348166ff756a9b0fb..231abead42854fec4d78140296c56e46cc6a169a 100644
 | 
| --- a/Source/WebCore/platform/graphics/WidthIterator.h
 | 
| +++ b/Source/WebCore/platform/graphics/WidthIterator.h
 | 
| @@ -66,8 +66,6 @@ public:
 | 
|              return !font.typesettingFeatures();
 | 
|  
 | 
|          return !(font.typesettingFeatures() & ~(Kerning | Ligatures));
 | 
| -#elif PLATFORM(QT) && QT_VERSION >= 0x050100
 | 
| -        return !(font.typesettingFeatures() & ~Kerning) && !font.isSmallCaps();
 | 
|  #else
 | 
|          return !font.typesettingFeatures();
 | 
|  #endif
 | 
| 
 |