| Index: Source/core/html/track/vtt/VTTRegionList.h
|
| diff --git a/Source/core/html/track/vtt/VTTRegionList.h b/Source/core/html/track/vtt/VTTRegionList.h
|
| index d18ac97a8659a31c859e55bf81ca42f57206e45f..b2bd1a44272fc766c80ca4331d07b432fcdc9fdd 100644
|
| --- a/Source/core/html/track/vtt/VTTRegionList.h
|
| +++ b/Source/core/html/track/vtt/VTTRegionList.h
|
| @@ -50,7 +50,7 @@ public:
|
| void add(PassRefPtrWillBeRawPtr<VTTRegion>);
|
| bool remove(VTTRegion*);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| VTTRegionList();
|
|
|