Bug 1241239 - Fix missing 'using mozilla::LogLevel' in nsIdleServiceGTK.cpp. r=karlt

This commit is contained in:
Jordan 2016-01-31 04:48:00 +01:00
parent 48c9893604
commit 385a363a5d

View File

@ -13,6 +13,8 @@
#include "prlink.h"
#include "mozilla/Logging.h"
using mozilla::LogLevel;
static PRLogModuleInfo* sIdleLog = nullptr;
typedef bool (*_XScreenSaverQueryExtension_fn)(Display* dpy, int* event_base,