| Index: Source/platform/exported/WebSourceInfo.cpp
|
| diff --git a/Source/platform/exported/WebSourceInfo.cpp b/Source/platform/exported/WebSourceInfo.cpp
|
| index d96a5f8693d17296bdfb2686efc8b00bbeb4e986..04eef206074319e4a2cbb64ffb7a5093eba5f5a6 100644
|
| --- a/Source/platform/exported/WebSourceInfo.cpp
|
| +++ b/Source/platform/exported/WebSourceInfo.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -class WebSourceInfoPrivate FINAL : public RefCounted<WebSourceInfoPrivate> {
|
| +class WebSourceInfoPrivate final : public RefCounted<WebSourceInfoPrivate> {
|
| public:
|
| static PassRefPtr<WebSourceInfoPrivate> create(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode);
|
|
|
|
|