Add a way to drop all cached memory
This commit is contained in:
parent
22a3765394
commit
d83c36e0fd
2 changed files with 12 additions and 1 deletions
|
@ -72,6 +72,7 @@ class WebFrame : public mate::Wrappable<WebFrame> {
|
|||
|
||||
// Resource related methods
|
||||
v8::Local<v8::Value> GetResourceUsage(v8::Isolate* isolate);
|
||||
void PurgeCaches(v8::Isolate* isolate);
|
||||
|
||||
scoped_ptr<SpellCheckClient> spell_check_client_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue