зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1629421 Fix redundant string initialization of ClientWebGlContext.cpp r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D78458
This commit is contained in:
Родитель
6b7bd763ae
Коммит
14c6288864
|
@ -50,7 +50,7 @@ WebrtcGmpPCHandleSetter::~WebrtcGmpPCHandleSetter() {
|
|||
return sCurrentHandle;
|
||||
}
|
||||
|
||||
std::string WebrtcGmpPCHandleSetter::sCurrentHandle = "";
|
||||
std::string WebrtcGmpPCHandleSetter::sCurrentHandle;
|
||||
|
||||
// Encoder.
|
||||
WebrtcGmpVideoEncoder::WebrtcGmpVideoEncoder()
|
||||
|
|
Загрузка…
Ссылка в новой задаче