| Index: Source/core/fetch/ResourceLoadPriorityOptimizer.h
|
| diff --git a/Source/core/fetch/ResourceLoadPriorityOptimizer.h b/Source/core/fetch/ResourceLoadPriorityOptimizer.h
|
| index 7373bd5931f4da305e823031c6c250d53fa0bb81..0ff4efe95ee94d8faaad027c24dbb5eeae198ad7 100644
|
| --- a/Source/core/fetch/ResourceLoadPriorityOptimizer.h
|
| +++ b/Source/core/fetch/ResourceLoadPriorityOptimizer.h
|
| @@ -68,7 +68,7 @@ private:
|
| int screenArea;
|
| };
|
|
|
| - typedef HashMap<unsigned long, OwnPtr<ResourceAndVisibility>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > ImageResourceMap;
|
| + typedef HashMap<unsigned long, OwnPtr<ResourceAndVisibility>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned>> ImageResourceMap;
|
| ImageResourceMap m_imageResources;
|
|
|
| typedef HashSet<RenderObject*> RenderObjectSet;
|
|
|