| Index: Source/platform/graphics/GraphicsContextAnnotation.h
|
| diff --git a/Source/platform/graphics/GraphicsContextAnnotation.h b/Source/platform/graphics/GraphicsContextAnnotation.h
|
| index af2bc409434b186c6fff5da46b09ee0c1994c8e2..0ed9c4b3b1f65c4f2e229f61905f5bfea02148f2 100644
|
| --- a/Source/platform/graphics/GraphicsContextAnnotation.h
|
| +++ b/Source/platform/graphics/GraphicsContextAnnotation.h
|
| @@ -48,7 +48,7 @@ enum AnnotationMode {
|
| };
|
|
|
| typedef unsigned AnnotationModeFlags;
|
| -typedef Vector<std::pair<const char*, String> > AnnotationList;
|
| +typedef Vector<std::pair<const char*, String>> AnnotationList;
|
|
|
| } // namespace blink
|
|
|
|
|