| Index: third_party/WebKit/Source/platform/fonts/Font.h
 | 
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
 | 
| index 6254fffcb2f0568048d677f663a3296edc970a73..ebb77fbbcb1f067cf33b5719652eb0681c04fa48 100644
 | 
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
 | 
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
 | 
| @@ -29,7 +29,6 @@
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "platform/fonts/FontDescription.h"
 | 
|  #include "platform/fonts/FontFallbackList.h"
 | 
| -#include "platform/fonts/FontFallbackPriority.h"
 | 
|  #include "platform/fonts/SimpleFontData.h"
 | 
|  #include "platform/text/TabSize.h"
 | 
|  #include "platform/text/TextDirection.h"
 | 
| @@ -140,8 +139,7 @@
 | 
|  
 | 
|  public:
 | 
|      FontSelector* fontSelector() const;
 | 
| -    PassRefPtr<FontFallbackIterator> createFontFallbackIterator(
 | 
| -        FontFallbackPriority) const;
 | 
| +    PassRefPtr<FontFallbackIterator> createFontFallbackIterator() const;
 | 
|  
 | 
|      void willUseFontData(UChar32) const;
 | 
|  
 | 
| 
 |