Bug 462892 - Add a mIsSynthetic member to nsIDocument r=roc

This commit is contained in:
Paul ADENOT
2011-08-09 08:35:00 -04:00
parent ffc89a7199
commit e01db12652
5 changed files with 21 additions and 2 deletions

View File

@@ -150,6 +150,8 @@ MediaDocument::Init()
getter_AddRefs(mStringBundle));
}
mIsSyntheticDocument = PR_TRUE;
return NS_OK;
}