mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove js.mem.gc.refresh_frame_slices.enabled pref
Clean up after gecko bug 1421358
This commit is contained in:
parent
989d2fd532
commit
7b0b2aae77
2 changed files with 0 additions and 2 deletions
|
@ -260,7 +260,6 @@ pub unsafe fn new_rt_and_cx() -> Runtime {
|
|||
if let Some(val) = PREFS.get("js.mem.gc.dynamic_mark_slice.enabled").as_boolean() {
|
||||
JS_SetGCParameter(runtime.rt(), JSGCParamKey::JSGC_DYNAMIC_MARK_SLICE, val as u32);
|
||||
}
|
||||
// TODO: handle js.mem.gc.refresh_frame_slices.enabled
|
||||
if let Some(val) = PREFS.get("js.mem.gc.dynamic_heap_growth.enabled").as_boolean() {
|
||||
JS_SetGCParameter(runtime.rt(), JSGCParamKey::JSGC_DYNAMIC_HEAP_GROWTH, val as u32);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue