| Index: third_party/WebKit/Source/platform/heap/GCInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/GCInfo.h b/third_party/WebKit/Source/platform/heap/GCInfo.h
|
| index 8d4d50daf01e89e004fbebcaacedacbe2d36b6fd..d68f968d640480ce3d387e3598462092904053b3 100644
|
| --- a/third_party/WebKit/Source/platform/heap/GCInfo.h
|
| +++ b/third_party/WebKit/Source/platform/heap/GCInfo.h
|
| @@ -186,7 +186,7 @@ class GCInfoTable {
|
| static size_t s_gcInfoTableSize;
|
| };
|
|
|
| -// GCInfotAtBaseType should be used when returning a unique 14 bit integer
|
| +// GCInfoAtBaseType should be used when returning a unique 14 bit integer
|
| // for a given gcInfo.
|
| template <typename T>
|
| struct GCInfoAtBaseType {
|
|
|