From 81f82ea36e533c72880642cb88bf7cc5527ee63e Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Tue, 18 Oct 2016 15:29:03 +1100 Subject: [PATCH] Bug 1309109 part 1 - Change underlying type of StyleBackendType to uint8_t. r=heycam MozReview-Commit-ID: B6TmOq6elfs --HG-- extra : source : f7771920c448c382f215356275cb321a6943972e --- layout/style/StyleBackendType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/StyleBackendType.h b/layout/style/StyleBackendType.h index 1775c72aaaef..f02b862133f8 100644 --- a/layout/style/StyleBackendType.h +++ b/layout/style/StyleBackendType.h @@ -12,7 +12,7 @@ namespace mozilla { /** * Enumeration that represents one of the two supported style system backends. */ -enum class StyleBackendType : int +enum class StyleBackendType : uint8_t { Gecko = 1, Servo