tab to spaces js/ipc

This commit is contained in:
win7-7 2019-04-30 02:40:55 +03:00 committed by Roy Tam
commit 60e2d4889f
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ IdToObjectMap::findPreserveColor(ObjectId id)
if (!p)
return nullptr;
return p->value().unbarrieredGet();
}
}
bool
IdToObjectMap::add(ObjectId id, JSObject* obj)

View file

@ -96,7 +96,7 @@ class IdToObjectMap
bool add(ObjectId id, JSObject* obj);
JSObject* find(ObjectId id);
JSObject* findPreserveColor(ObjectId id);
JSObject* findPreserveColor(ObjectId id);
void remove(ObjectId id);
void clear();