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

Unified Diff: shell/src/GcCommand.h

Issue 29661564: Template out V8 and prepare for other JS engine implementations
Patch Set: Created Jan. 10, 2018, 1:29 p.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 | « include/AdblockPlus/Platform.h ('k') | src/ConsoleJsObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/src/GcCommand.h
===================================================================
--- a/shell/src/GcCommand.h
+++ b/shell/src/GcCommand.h
@@ -26,7 +26,7 @@
class GcCommand : public Command
{
public:
- explicit GcCommand(AdblockPlus::JsEngine& jsEngine);
+ GcCommand(AdblockPlus::JsEngine& jsEngine);
void operator()(const std::string& arguments);
std::string GetDescription() const;
std::string GetUsage() const;
« no previous file with comments | « include/AdblockPlus/Platform.h ('k') | src/ConsoleJsObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld