mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 13:34:03 +00:00
Prep tree for forward-porting Goanna, stage 1
This commit is contained in:
@@ -62,7 +62,7 @@ using mozilla::dom::ContentChild;
|
||||
static ContentChild*
|
||||
GetContentChild()
|
||||
{
|
||||
if (XRE_GetProcessType() == GeckoProcessType_Content) {
|
||||
if (XRE_GetProcessType() == GoannaProcessType_Content) {
|
||||
ContentChild* cpc = ContentChild::GetSingleton();
|
||||
if (!cpc) {
|
||||
NS_RUNTIMEABORT("Content Protocol is NULL! We're going to crash!");
|
||||
|
||||
Reference in New Issue
Block a user