From e54df95e1a0c080dfe8b871120d310fab5576331 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 28 Apr 2016 11:37:01 +0200 Subject: [PATCH] Bug 1268290 followup: remove stray semicolon on a CLOSED TREE. --- layout/style/ServoBindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/ServoBindings.cpp b/layout/style/ServoBindings.cpp index b8892a383813..2275e782cad2 100644 --- a/layout/style/ServoBindings.cpp +++ b/layout/style/ServoBindings.cpp @@ -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");