Bug 501015 - Address code style comments from timeless. r+sr=mrbkap

This commit is contained in:
Henri Sivonen
2009-07-15 14:30:33 +03:00
parent ca78e6a35b
commit 3cb3b0a9bc
18 changed files with 257 additions and 273 deletions

View File

@@ -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();