Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / mediastream / RTCOfferOptions.h
index 98fc45f..03e092c 100644 (file)
@@ -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)
     {