mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 04:38:02 +00:00
Bug 1733109 - narrowing conversion from 'uint32_t' (aka 'unsigned int') to signed type 'int32_t' (aka 'int') is implementation-defined in HTMLMEdiaElement.cpp. r=alwu,emilio
This is Chrome-only. Depends on D126936 Differential Revision: https://phabricator.services.mozilla.com/D126937
This commit is contained in:
parent
91a3981b9c
commit
c792014982
@ -229,7 +229,7 @@ dictionary EMEDebugInfo {
|
||||
};
|
||||
|
||||
dictionary HTMLMediaElementDebugInfo {
|
||||
long compositorDroppedFrames = 0;
|
||||
unsigned long compositorDroppedFrames = 0;
|
||||
EMEDebugInfo EMEInfo = {};
|
||||
MediaDecoderDebugInfo decoder = {};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user