https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260061

--- Comment #9 from Hans Petter Selasky <hsela...@freebsd.org> ---
/usr/img/freebsd.ports/www/firefox/work/.build/dist/include/mozilla/RefPtr.h:314

  T* operator->() const MOZ_NO_ADDREF_RELEASE_ON_RETURN {
    MOZ_ASSERT(mRawPtr != nullptr,
               "You can't dereference a NULL RefPtr with operator->().");
^^^
    return get();
  }

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to