Bug 1382190: Make fields public to avoid assertions; r=bustage

MozReview-Commit-ID: 4t4RfnlmFy0
This commit is contained in:
Manish Goregaokar 2017-07-20 14:15:00 -07:00
Родитель 0cdaafffc5
Коммит f4917a7611
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -157,7 +157,6 @@ enum ServoKeywordSize {
// have the same size and alignment as the Rust version.
// Ensure layout tests get run if touching either side.
struct ServoFontComputationData {
private:
ServoKeywordSize mKeyword;
float/*32_t*/ mRatio;