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

--HG--
extra : rebase_source : 60ccd60db3292232a32194f547481eaa3d089192
  • Loading branch information
emilio committed Jun 16, 2017
1 parent 4bc976b commit b760909
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 b760909

Please sign in to comment.