| Index: Source/modules/mediastream/RTCStatsResponse.h
|
| diff --git a/Source/modules/mediastream/RTCStatsResponse.h b/Source/modules/mediastream/RTCStatsResponse.h
|
| index 0e1e5d02b4501d5cc7048ad2d8301955798f6b97..9bda7feefca2995cad718f46e6cebbebada3bc32 100644
|
| --- a/Source/modules/mediastream/RTCStatsResponse.h
|
| +++ b/Source/modules/mediastream/RTCStatsResponse.h
|
| @@ -34,11 +34,11 @@
|
|
|
| namespace WebCore {
|
|
|
| -class RTCStatsResponse : public RTCStatsResponseBase, public ScriptWrappable {
|
| +class RTCStatsResponse FINAL : public RTCStatsResponseBase, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<RTCStatsResponse> create();
|
|
|
| - const Vector<RefPtr<RTCStatsReport> >& result() const { return m_result; };
|
| + const Vector<RefPtr<RTCStatsReport> >& result() const { return m_result; }
|
|
|
| PassRefPtr<RTCStatsReport> namedItem(const AtomicString& name);
|
|
|
|
|