Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/JsEngine.h

Issue 9763002: Add command to initiate garbage collection (Closed)
Patch Set: Created March 11, 2013, 11:07 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | shell/shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/JsEngine.h
===================================================================
--- a/include/AdblockPlus/JsEngine.h
+++ b/include/AdblockPlus/JsEngine.h
@@ -24,6 +24,7 @@
void Evaluate(const std::string& source);
void Load(const std::string& scriptPath);
std::string Call(const std::string& functionName);
+ void Gc();
private:
const FileReader* const fileReader;
« no previous file with comments | « no previous file | shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld