Commit 998c620
Fix domain tracking
Summary:
We cannot assume that the pointers in `domains_` are in sorted order,
since they may be updated by the GC. Use a linear search instead.
Reviewed By: dulinriley
Differential Revision: D26111515
fbshipit-source-id: 3b473ef5eb7776bd637ce14c92f1cc2d1d6b2f4d1 parent b071ba5 commit 998c620
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments