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

Unified Diff: src/JsContext.h

Issue 29361543: Noissue - Clean code of JsContext (Closed)
Patch Set: Created Nov. 2, 2016, 10:54 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/JsContext.h
diff --git a/src/JsContext.h b/src/JsContext.h
index b3b61a79c7dd4950c7ec84371a6b96def00fba06..3a3f2db7fde5028ac1efc09760f98dde7d3b7b26 100644
--- a/src/JsContext.h
+++ b/src/JsContext.h
@@ -26,8 +26,7 @@ namespace AdblockPlus
class JsContext
{
public:
- JsContext(const JsEnginePtr jsEngine);
- virtual ~JsContext() {};
+ explicit JsContext(const JsEnginePtr jsEngine);
private:
const v8::Locker locker;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld