Bug 1043531 - Fix PeerConnection WebIDL to avoid truncating the plugin id. r=smaug

This commit is contained in:
Georg Fritzsche 2014-07-24 20:32:25 +02:00
Родитель 44362049aa
Коммит 8edcaa7d5f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;