Enable idle GC in browser.

This commit is contained in:
Cheng Zhao 2013-04-25 19:41:23 +08:00
parent 3f6f2f4bea
commit a513daae30
4 changed files with 85 additions and 0 deletions

View file

@ -18,6 +18,7 @@ NODE_EXT_LIST_ITEM(atom_renderer_ipc)
// Module names start with `atom_common_` can be used by both browser and
// renderer processes.
NODE_EXT_LIST_ITEM(atom_common_idle_gc)
NODE_EXT_LIST_ITEM(atom_common_v8_util)
NODE_EXT_LIST_END