| Index: Source/core/css/resolver/ElementStyleResources.h
|
| diff --git a/Source/core/css/resolver/ElementStyleResources.h b/Source/core/css/resolver/ElementStyleResources.h
|
| index b37e6e2e665439ded89eb6dd52dbc9f133550a4d..40494520472457302186aeb7e386c77aba2a193b 100644
|
| --- a/Source/core/css/resolver/ElementStyleResources.h
|
| +++ b/Source/core/css/resolver/ElementStyleResources.h
|
| @@ -42,7 +42,7 @@
|
| class TextLinkColors;
|
|
|
| typedef WillBePersistentHeapHashMap<FilterOperation*, RefPtrWillBeMember<CSSSVGDocumentValue> > PendingSVGDocumentMap;
|
| -typedef WillBePersistentHeapHashMap<CSSPropertyID, RefPtrWillBeMember<CSSValue> > PendingImagePropertyMap;
|
| +typedef HashMap<CSSPropertyID, RefPtr<CSSValue> > PendingImagePropertyMap;
|
|
|
| // Holds information about resources, requested by stylesheets.
|
| // Lifetime: per-element style resolve.
|
|
|