зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1322094: Fixes for Stylo's binding generation in master bindgen. r=heycam
MozReview-Commit-ID: FSp9XfwX3FJ --HG-- extra : rebase_source : eb3c72021b80bef78c3b6da62d6c8d38e5fe455a
This commit is contained in:
Родитель
0a71fb4e52
Коммит
8c271ab910
|
@ -3028,6 +3028,10 @@ protected:
|
|||
// Our readyState
|
||||
ReadyState mReadyState;
|
||||
|
||||
// Whether this document has (or will have, once we have a pres shell) a
|
||||
// Gecko- or Servo-backed style system.
|
||||
mozilla::StyleBackendType mStyleBackendType;
|
||||
|
||||
#ifdef MOZILLA_INTERNAL_API
|
||||
// Our visibility state
|
||||
mozilla::dom::VisibilityState mVisibilityState;
|
||||
|
@ -3036,10 +3040,6 @@ protected:
|
|||
uint32_t mDummy;
|
||||
#endif
|
||||
|
||||
// Whether this document has (or will have, once we have a pres shell) a
|
||||
// Gecko- or Servo-backed style system.
|
||||
mozilla::StyleBackendType mStyleBackendType;
|
||||
|
||||
// True if BIDI is enabled.
|
||||
bool mBidiEnabled : 1;
|
||||
// True if a MathML element has ever been owned by this document.
|
||||
|
|
|
@ -3958,7 +3958,7 @@ STATIC_ASSERT_FIELD_OFFSET_MATCHES(nsSize, nsSize_Simple, width);
|
|||
STATIC_ASSERT_FIELD_OFFSET_MATCHES(nsSize, nsSize_Simple, height);
|
||||
|
||||
/**
|
||||
* <div rustbindgen="true" replaces="UniquePtr">
|
||||
* <div rustbindgen="true" replaces="mozilla_UniquePtr">
|
||||
*
|
||||
* TODO(Emilio): This is a workaround and we should be able to get rid of this
|
||||
* one.
|
||||
|
|
Загрузка…
Ссылка в новой задаче