| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index bb9d9dffebfbc36d85177e5e6983281735ec0b19..022b9cf5189b763db2276fd6238e27192e41ae3a 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -63,7 +63,7 @@ class ImageBitmap;
|
| class ImageData;
|
| class TextMetrics;
|
|
|
| -typedef HashMap<String, RefPtr<MutableStylePropertySet> > MutableStylePropertyMap;
|
| +typedef WillBePersistentHeapHashMap<String, RefPtrWillBeMember<MutableStylePropertySet> > MutableStylePropertyMap;
|
|
|
| class CanvasRenderingContext2D FINAL: public ScriptWrappable, public CanvasRenderingContext, public CanvasPathMethods {
|
| public:
|
|
|