| Index: Source/platform/graphics/paint/DisplayItemList.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItemList.h b/Source/platform/graphics/paint/DisplayItemList.h
|
| index f7b917f36b31979c1e300b8f47186086c2e8354b..e42697c16910131be85ed44b8a64d730d0a73016 100644
|
| --- a/Source/platform/graphics/paint/DisplayItemList.h
|
| +++ b/Source/platform/graphics/paint/DisplayItemList.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
|
|
| class GraphicsContext;
|
|
|
| -typedef Vector<OwnPtr<DisplayItem> > PaintList;
|
| +typedef Vector<OwnPtr<DisplayItem>> PaintList;
|
|
|
| class PLATFORM_EXPORT DisplayItemList {
|
| WTF_MAKE_NONCOPYABLE(DisplayItemList);
|
|
|