Index: Source/platform/mediastream/RTCOfferOptions.h |
diff --git a/Source/platform/mediastream/RTCOfferOptions.h b/Source/platform/mediastream/RTCOfferOptions.h |
index 98fc45f9f5158b5dc4233b795680b4a342051733..03e092cb831f6cba273d657639e125e49ad8478c 100644 |
--- a/Source/platform/mediastream/RTCOfferOptions.h |
+++ b/Source/platform/mediastream/RTCOfferOptions.h |
@@ -9,7 +9,7 @@ |
namespace blink { |
-class RTCOfferOptions FINAL : public GarbageCollected<RTCOfferOptions> { |
+class RTCOfferOptions final : public GarbageCollected<RTCOfferOptions> { |
public: |
static RTCOfferOptions* create(int32_t offerToReceiveVideo, int32_t offerToReceiveAudio, bool voiceActivityDetection, bool iceRestart) |
{ |