Index: Source/modules/mediastream/RTCIceCandidate.h |
diff --git a/Source/modules/mediastream/RTCIceCandidate.h b/Source/modules/mediastream/RTCIceCandidate.h |
index 54ee8763938adb31f6069a260077384327e94759..ff63eb6834876c1ff0497d25f8928d4c0bc78ca2 100644 |
--- a/Source/modules/mediastream/RTCIceCandidate.h |
+++ b/Source/modules/mediastream/RTCIceCandidate.h |
@@ -43,7 +43,7 @@ namespace WebCore { |
class Dictionary; |
class ExceptionState; |
-class RTCIceCandidate : public RefCounted<RTCIceCandidate>, public ScriptWrappable { |
+class RTCIceCandidate FINAL : public RefCounted<RTCIceCandidate>, public ScriptWrappable { |
public: |
static PassRefPtr<RTCIceCandidate> create(const Dictionary&, ExceptionState&); |
static PassRefPtr<RTCIceCandidate> create(WebKit::WebRTCICECandidate); |