| Index: Source/modules/mediastream/RTCStatsReport.h
|
| diff --git a/Source/modules/mediastream/RTCStatsReport.h b/Source/modules/mediastream/RTCStatsReport.h
|
| index 96284dbc8b01d3bbd793a5a62052d92d11114fbc..30100091d60a8aaf0736739dbb54cf5f0284dcf3 100644
|
| --- a/Source/modules/mediastream/RTCStatsReport.h
|
| +++ b/Source/modules/mediastream/RTCStatsReport.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -class RTCStatsReport FINAL : public GarbageCollectedFinalized<RTCStatsReport>, public ScriptWrappable {
|
| +class RTCStatsReport final : public GarbageCollectedFinalized<RTCStatsReport>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static RTCStatsReport* create(const String& id, const String& type, double timestamp);
|
|
|