Bug 1309109 followup - Fix bustage.

MozReview-Commit-ID: 7n2YM7JjRlw
This commit is contained in:
Xidorn Quan 2016-10-18 16:11:15 +11:00
Родитель e49cb9930b
Коммит 403c55a07b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -332,7 +332,7 @@ Gecko_GetServoDeclarationBlock(RawGeckoElementBorrowed aElement)
return nullptr;
}
return reinterpret_cast<const RawServoDeclarationBlockStrong*>
(&decl->AsServo()->RefRaw());
(decl->AsServo()->RefRaw());
}
void