/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
sAppShell = new nsAppShell(); if (!sAppShell) return NS_ERROR_OUT_OF_MEMORY;
NS_ADDREF(sAppShell);
nsresult rv = static_cast<nsAppShell*>(sAppShell)->Init(); // If we somehow failed to initialize the appshell, it's extremely likely // that we are sufficiently hosed that continuing on is just going to lead // to bad things later. By crashing early here, the crash report will // potentially contain a little more insight into what's going wrong than // if we waited for a crash further down the line. See also bug 1545381.
MOZ_RELEASE_ASSERT(NS_SUCCEEDED(rv));
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.