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>

--HG--
extra : rebase_source : 1ff0c60205cc6c431bdc7a66d6ad91f000a4705d
This commit is contained in:
Emilio Cobos Álvarez 2017-02-16 11:56:13 +01:00
Родитель 4e7979acae
Коммит b101b1ceff
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -3036,13 +3036,6 @@ protected:
// 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.