Bug 1340107: Remove obsolete bindgen-related comment. r?heycam draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Thu, 16 Feb 2017 11:56:13 +0100
changeset 485194 42bf7f3731092a802beecb01810f6923d5d24acf
parent 485098 a9ec72f82299250e6023988e238931bbca0ef7fa
child 545966 2fab4f67fdfd9602a69958e732578af5f05b9a0a
push id45677
push userbmo:emilio+bugs@crisal.io
push dateThu, 16 Feb 2017 11:04:06 +0000
reviewersheycam
bugs1340107
milestone54.0a1
Bug 1340107: Remove obsolete bindgen-related comment. r?heycam This bug was recently fixed and stylo updated to use a newer version. MozReview-Commit-ID: K9qUnKXoDKU Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
dom/base/nsIDocument.h
--- a/dom/base/nsIDocument.h
+++ b/dom/base/nsIDocument.h
@@ -3031,23 +3031,16 @@ protected:
   nsTArray<nsAutoPtr<nsPropertyTable> > mExtraPropertyTables;
 
   // Our cached .children collection
   nsCOMPtr<nsIHTMLCollection> mChildrenCollection;
 
   // container for per-context fonts (downloadable, SVG, etc.)
   RefPtr<mozilla::dom::FontFaceSet> mFontFaceSet;
 
-  // XXXheycam rust-bindgen currently doesn't generate correctly aligned fields
-  // to represent the following bitfields if they are preceded by something
-  // non-pointer aligned, so if adding non-pointer sized fields, please do so
-  // somewhere other than right here.
-  //
-  // https://github.com/servo/rust-bindgen/issues/111
-
   // True if BIDI is enabled.
   bool mBidiEnabled : 1;
   // True if a MathML element has ever been owned by this document.
   bool mMathMLEnabled : 1;
 
   // True if this document is the initial document for a window.  This should
   // basically be true only for documents that exist in newly-opened windows or
   // documents created to satisfy a GetDocument() on a window when there's no