зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1043531 - Fix PeerConnection WebIDL to avoid truncating the plugin id. r=smaug
This commit is contained in:
Родитель
44362049aa
Коммит
8edcaa7d5f
|
@ -61,7 +61,7 @@ interface PeerConnectionImpl {
|
|||
void close();
|
||||
|
||||
/* Notify DOM window if this plugin crash is ours */
|
||||
boolean pluginCrash(unsigned long pluginId);
|
||||
boolean pluginCrash(unsigned long long pluginId);
|
||||
|
||||
/* Attributes */
|
||||
readonly attribute DOMString fingerprint;
|
||||
|
|
Загрузка…
Ссылка в новой задаче