mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 887030 - Remove the volatile from heapState; r=jonco
This commit is contained in:
parent
043effbc38
commit
5801b1045c
@ -1209,7 +1209,7 @@ class GCRuntime
|
||||
|
||||
bool poked;
|
||||
|
||||
volatile js::HeapState heapState;
|
||||
js::HeapState heapState;
|
||||
|
||||
/*
|
||||
* These options control the zealousness of the GC. The fundamental values
|
||||
|
Loading…
Reference in New Issue
Block a user