Closed Bug 1360467 Opened 7 years ago Closed 7 years ago

stylo: Fix Windows build broken after bug 1331047

Categories

(Core :: CSS Parsing and Computation, defect)

53 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: xidorn, Assigned: xidorn)

References

Details

Attachments

(1 file)

      No description provided.
This is because nsRestyleHint is a bare enum, which uses signed int for MSVC, but unsigned int for others.
Assignee: nobody → xidorn+moz
Comment on attachment 8862748 [details]
Bug 1360467 - Change nsChangeHint and nsRestyleHint to use a fixed integer type.

https://reviewboard.mozilla.org/r/134616/#review137598
Attachment #8862748 - Flags: review?(cam) → review+
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bfee7af3b0b2
Change nsChangeHint and nsRestyleHint to use a fixed integer type. r=heycam
https://hg.mozilla.org/mozilla-central/rev/bfee7af3b0b2
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: