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