Skip to content

Commit

Permalink
Bug 1373828: Work around rust-lang/rust-bindgen#734. r=bholley
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: Fbng9a7MpDM
  • Loading branch information
emilio committed Jun 16, 2017
1 parent 8afed9f commit ef61fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/base/nsPresContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -1504,11 +1504,11 @@ class nsPresContext : public nsIObserver,

#ifdef RESTYLE_LOGGING
// Should we output debug information about restyling for this document?
bool mRestyleLoggingEnabled;
unsigned mRestyleLoggingEnabled : 1;
#endif

#ifdef DEBUG
bool mInitialized;
unsigned mInitialized : 1;
#endif


Expand Down

0 comments on commit ef61fd5

Please sign in to comment.