Bug 1224254 - Bustage fix on a CLOSED TREE

This commit is contained in:
Nicolas Silva 2015-11-18 19:22:02 +01:00
parent 2dc51d50d4
commit 8d0b29780f

View File

@ -1236,7 +1236,7 @@ public:
static uint32_t GetMaxSurfaceSize(BackendType aType);
static LogForwarder* GetLogForwarder() { return sConfig->mLogForwarder; }
static LogForwarder* GetLogForwarder() { return sConfig ? sConfig->mLogForwarder : nullptr; }
private:
static Config* sConfig;