Index: Source/platform/exported/WebRTCICECandidate.cpp |
diff --git a/Source/platform/exported/WebRTCICECandidate.cpp b/Source/platform/exported/WebRTCICECandidate.cpp |
index a92d12c348c21b185fce03b8f16803fafbfb051f..220b54dfe807f565cae33fb2e7db3051f06b23c4 100644 |
--- a/Source/platform/exported/WebRTCICECandidate.cpp |
+++ b/Source/platform/exported/WebRTCICECandidate.cpp |
@@ -37,7 +37,7 @@ |
namespace WebKit { |
-class WebRTCICECandidatePrivate : public RefCounted<WebRTCICECandidatePrivate> { |
+class WebRTCICECandidatePrivate FINAL : public RefCounted<WebRTCICECandidatePrivate> { |
public: |
static PassRefPtr<WebRTCICECandidatePrivate> create(const WebString& candidate, const WebString& sdpMid, unsigned short sdpMLineIndex) |
{ |