| Index: Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/Source/platform/graphics/GraphicsLayer.cpp b/Source/platform/graphics/GraphicsLayer.cpp
|
| index 8ded5786aeb13716b7758912872265f5c089c28f..8bd2514843c55d0f6071d1e51079caf81e9d1b4a 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -63,7 +63,7 @@
|
|
|
| namespace blink {
|
|
|
| -typedef HashMap<const GraphicsLayer*, Vector<FloatRect> > RepaintMap;
|
| +typedef HashMap<const GraphicsLayer*, Vector<FloatRect>> RepaintMap;
|
| static RepaintMap& repaintRectMap()
|
| {
|
| DEFINE_STATIC_LOCAL(RepaintMap, map, ());
|
|
|