diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-04-30 11:06:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 11:06:55 +0300 |
commit | 53e748f9bdbe6fee8efd1c1a6e33f069c85290b1 (patch) | |
tree | 294114cca768a29a8e33d91231fe8caea2231082 /js/ipc | |
parent | 4d03ec5c22ff2ac288808ad008a94634a53745da (diff) | |
download | uxp-53e748f9bdbe6fee8efd1c1a6e33f069c85290b1.tar.gz |
Remaining tabs to spaces JavaScriptShared.cpp
Diffstat (limited to 'js/ipc')
-rw-r--r-- | js/ipc/JavaScriptShared.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/ipc/JavaScriptShared.cpp b/js/ipc/JavaScriptShared.cpp index 8c86e6fe8c..961a3f9106 100644 --- a/js/ipc/JavaScriptShared.cpp +++ b/js/ipc/JavaScriptShared.cpp @@ -64,10 +64,10 @@ IdToObjectMap::find(ObjectId id) JSObject* IdToObjectMap::findPreserveColor(ObjectId id) { - Table::Ptr p = table_.lookup(id); - if (!p) - return nullptr; - return p->value().unbarrieredGet(); + Table::Ptr p = table_.lookup(id); + if (!p) + return nullptr; + return p->value().unbarrieredGet(); } bool |