| Index: third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/TraceTraits.h b/third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| index 062b8bef8e463f052a78e17fdf7fd36a024f57b9..e734a7f71d83dafc6e1e3d8fc0a58059f1c8a482 100644
|
| --- a/third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| +++ b/third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| @@ -470,8 +470,8 @@ struct TraceInCollectionTrait<NoWeakHandlingInCollections,
|
| "cleared as unused with memset.");
|
|
|
| // This trace method is instantiated for vectors where
|
| - // IsTraceableInCollectionTrait<Traits>::value is false, but the trace method
|
| - // should not be called. Thus we cannot static-assert
|
| + // IsTraceableInCollectionTrait<Traits>::value is false, but the trace
|
| + // method should not be called. Thus we cannot static-assert
|
| // IsTraceableInCollectionTrait<Traits>::value but should runtime-assert it.
|
| DCHECK(IsTraceableInCollectionTrait<Traits>::value);
|
|
|
|
|