Index: Source/modules/mediastream/RTCIceCandidate.h |
diff --git a/Source/modules/mediastream/RTCIceCandidate.h b/Source/modules/mediastream/RTCIceCandidate.h |
index 0cfd733a2ccb21f29e36906be0ab5fae83661816..db039d49124ddeee55a4f8f2e6cfc8548a201410 100644 |
--- a/Source/modules/mediastream/RTCIceCandidate.h |
+++ b/Source/modules/mediastream/RTCIceCandidate.h |
@@ -40,7 +40,7 @@ namespace blink { |
class Dictionary; |
class ExceptionState; |
-class RTCIceCandidate FINAL : public GarbageCollectedFinalized<RTCIceCandidate>, public ScriptWrappable { |
+class RTCIceCandidate final : public GarbageCollectedFinalized<RTCIceCandidate>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static RTCIceCandidate* create(const Dictionary&, ExceptionState&); |