Bug 947875 - Tracelogger: Fix builds after HashMap changes, r=bhackett

This commit is contained in:
Hannes Verschore 2013-12-09 16:08:41 +01:00
parent dd754cf582
commit 209e679b9b

View File

@ -161,7 +161,7 @@ TraceLogging::log(Type type, const char* text /* = nullptr */, unsigned int numb
if (!textMap.add(p, text, textId))
return;
} else {
textId = p->value;
textId = p->value();
}
}