mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fix layer tree dumping code, no bug, r=cjones over irc
This commit is contained in:
parent
71db56f8c9
commit
8b80664250
@ -1047,7 +1047,7 @@ nsACString&
|
||||
RefLayer::PrintInfo(nsACString& aTo, const char* aPrefix)
|
||||
{
|
||||
ContainerLayer::PrintInfo(aTo, aPrefix);
|
||||
if (-1 != mId) {
|
||||
if (0 != mId) {
|
||||
AppendToString(aTo, mId, " [id=", "]");
|
||||
}
|
||||
return aTo;
|
||||
|
Loading…
Reference in New Issue
Block a user