Bug 1349979 - Remove OptionalID from DOMTypes.ipdlh, r=qdot

This commit is contained in:
Andrea Marchesini 2017-03-23 19:17:44 +01:00
Родитель 1309e3f824
Коммит 7524cbfde8
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -19,12 +19,6 @@ using struct mozilla::SerializedStructuredCloneBuffer
namespace mozilla {
namespace dom {
union OptionalID
{
nsID;
void_t;
};
struct MessagePortIdentifier
{
nsID uuid;