Alphabetical method ordering
authorSamuel Attard <samuel.r.attard@gmail.com>
Fri, 16 Sep 2016 16:09:28 +0000 (02:09 +1000)
committerSamuel Attard <samuel.r.attard@gmail.com>
Mon, 19 Sep 2016 16:41:26 +0000 (02:41 +1000)
atom/browser/api/atom_api_system_preferences.cc

index f0b966e86a87fef2109d6ec87cc15515e71c04ab..6d3897b197be4c564c43701f4e8d9a8f3a07599b 100644 (file)
@@ -41,8 +41,8 @@ void SystemPreferences::BuildPrototype(
   prototype->SetClassName(mate::StringToV8(isolate, "SystemPreferences"));
   mate::ObjectTemplateBuilder(isolate, prototype->PrototypeTemplate())
 #if defined(OS_WIN)
-      .SetMethod("isAeroGlassEnabled", &SystemPreferences::IsAeroGlassEnabled)
       .SetMethod("getAccentColor", &SystemPreferences::GetAccentColor)
+      .SetMethod("isAeroGlassEnabled", &SystemPreferences::IsAeroGlassEnabled)
 #elif defined(OS_MACOSX)
       .SetMethod("postNotification",
                  &SystemPreferences::PostNotification)