| Index: third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| index 2cfd63a473890d66fdd292e4f7fd706bec5e4c54..a3e155f6ef4f039d031d53d597f0da6c5b1ecd45 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| @@ -49,6 +49,7 @@ public:
|
|
|
| // Returns a new WebRTCCertificate shallow copy.
|
| std::unique_ptr<WebRTCCertificate> certificateShallowCopy() const;
|
| + const WebRTCCertificate& certificate() const { return *m_certificate; }
|
|
|
| DEFINE_INLINE_TRACE() {}
|
|
|
|
|