Merge m-c to inbound.

This commit is contained in:
Ryan VanderMeulen 2012-09-12 22:23:54 -04:00
commit 6b4ee8bcd5

View File

@ -406,7 +406,7 @@ bool GetLight(LightType light, hal::LightConfiguration* aConfig)
RETURN_PROXY_IF_SANDBOXED(GetLight(light, aConfig));
}
static StaticAutoPtr<ObserverList<SystemTimeChange>> sSystemTimeObserver;
static StaticAutoPtr<ObserverList<SystemTimeChange> > sSystemTimeObserver;
static void
InitializeSystemTimeChangeObserver()