| Index: Source/core/inspector/InspectorCSSAgent.h
 | 
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
 | 
| index 0528020ea621de298fcccc68d82ae793a3ca8ebd..4c10afe8c88a3d0d82ff9e7d88a106497639a95a 100644
 | 
| --- a/Source/core/inspector/InspectorCSSAgent.h
 | 
| +++ b/Source/core/inspector/InspectorCSSAgent.h
 | 
| @@ -32,6 +32,7 @@
 | 
|  #include "core/inspector/InspectorStyleSheet.h"
 | 
|  #include "core/frame/ContentSecurityPolicy.h"
 | 
|  #include "platform/JSONValues.h"
 | 
| +#include "wtf/HashCountedSet.h"
 | 
|  #include "wtf/HashMap.h"
 | 
|  #include "wtf/HashSet.h"
 | 
|  #include "wtf/PassRefPtr.h"
 | 
| @@ -174,7 +175,7 @@ private:
 | 
|      void collectAllStyleSheets(Vector<InspectorStyleSheet*>&);
 | 
|      void collectStyleSheets(CSSStyleSheet*, Vector<InspectorStyleSheet*>&);
 | 
|  
 | 
| -    void collectPlatformFontsForRenderer(RenderText*, HashMap<String, int>*);
 | 
| +    void collectPlatformFontsForRenderer(RenderText*, HashCountedSet<String>*);
 | 
|  
 | 
|      InspectorStyleSheet* bindStyleSheet(CSSStyleSheet*);
 | 
|      String unbindStyleSheet(InspectorStyleSheet*);
 | 
| 
 |