mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00

becomes an incomplete type, and aCC on HP-UX does not allow using static_cast to cast a pointer to an incomplete type to void *. Use implicit conversion of a data pointer to void * instead. r=kaie. sr=dbaron.