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

Unified Diff: src/WebRequestJsObject.h

Issue 29409580: Issue 5013 - Make parameter const ref when applicable. (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Created April 11, 2017, 1:58 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
Index: src/WebRequestJsObject.h
===================================================================
--- a/src/WebRequestJsObject.h
+++ b/src/WebRequestJsObject.h
@@ -22,13 +22,13 @@
#include <AdblockPlus/JsEngine.h>
namespace AdblockPlus
{
class JsEngine;
namespace WebRequestJsObject
{
- JsValuePtr Setup(JsEnginePtr jsEngine, JsValuePtr obj);
+ JsValuePtr Setup(const JsEnginePtr& jsEngine, const JsValuePtr& obj);
}
}
#endif
« src/Utils.cpp ('K') | « src/Utils.cpp ('k') | src/WebRequestJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld