Bug 1268290 followup: remove stray semicolon on a CLOSED TREE.

This commit is contained in:
Ms2ger 2016-04-28 11:37:01 +02:00
Родитель 0536cb4268
Коммит e54df95e1a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -186,7 +186,7 @@ Servo_DropNodeData(ServoNodeData* data)
RawServoStyleSheet*
Servo_StylesheetFromUTF8Bytes(const uint8_t* bytes, uint32_t length,
mozilla::css::SheetParsingMode mode);
mozilla::css::SheetParsingMode mode)
{
MOZ_CRASH("stylo: shouldn't be calling Servo_StylesheetFromUTF8Bytes in a "
"non-MOZ_STYLO build");