Bug 501015 - Address code style comments from timeless. r+sr=mrbkap
This commit is contained in:
@@ -48,13 +48,13 @@
|
||||
#include "nsHtml5Module.h"
|
||||
|
||||
// static
|
||||
PRBool nsHtml5Module::Enabled = PR_FALSE;
|
||||
PRBool nsHtml5Module::sEnabled = PR_FALSE;
|
||||
|
||||
// static
|
||||
void
|
||||
nsHtml5Module::InitializeStatics()
|
||||
{
|
||||
nsContentUtils::AddBoolPrefVarCache("html5.enable", &Enabled);
|
||||
nsContentUtils::AddBoolPrefVarCache("html5.enable", &sEnabled);
|
||||
nsHtml5Atoms::AddRefAtoms();
|
||||
nsHtml5AttributeName::initializeStatics();
|
||||
nsHtml5ElementName::initializeStatics();
|
||||
|
||||
Reference in New Issue
Block a user