| Index: webrtc/api/objc/RTCMediaConstraints+Private.h
|
| diff --git a/webrtc/api/objc/RTCMediaConstraints+Private.h b/webrtc/api/objc/RTCMediaConstraints+Private.h
|
| index 84966d137a0337662788fe05c9005fe43b15d7b3..fa582ecae597ca70188e36cbb2df30c0ad4847b3 100644
|
| --- a/webrtc/api/objc/RTCMediaConstraints+Private.h
|
| +++ b/webrtc/api/objc/RTCMediaConstraints+Private.h
|
| @@ -13,8 +13,6 @@
|
| #include "webrtc/api/mediaconstraintsinterface.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
|
|
| -// TODO(hjon): Update nullability types. See http://crbug/webrtc/5592
|
| -
|
| namespace webrtc {
|
|
|
| class MediaConstraints : public MediaConstraintsInterface {
|
| @@ -48,8 +46,7 @@ NS_ASSUME_NONNULL_BEGIN
|
| /** Return a native Constraints object representing these constraints */
|
| + (webrtc::MediaConstraintsInterface::Constraints)
|
| nativeConstraintsForConstraints:
|
| - (NSDictionary *)constraints;
|
| - // (NSDictionary<NSString *, NSString *> *)constraints;
|
| + (NSDictionary<NSString *, NSString *> *)constraints;
|
|
|
| @end
|
|
|
|
|