I tried to build the version of the code prior to the bug 1484597 in question, but ran into a bunch of errors like this while compiling the `style` crate: ``` obj-x86_64-pc-linux-gnu/dist/include/nsStyleStruct.h:2066:12: error: no type named 'StyleDisplay' in namespace 'mozilla' ``` The full error output is attached. Clobbering didn't help.
Bug 1492194 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I tried to build the version of the code prior to the bug 1484597 patch in question, but ran into a bunch of errors like this while compiling the `style` crate: ``` obj-x86_64-pc-linux-gnu/dist/include/nsStyleStruct.h:2066:12: error: no type named 'StyleDisplay' in namespace 'mozilla' ``` The full error output is attached. Clobbering didn't help.