Index: src/JsError.cpp |
=================================================================== |
--- a/src/JsError.cpp |
+++ b/src/JsError.cpp |
@@ -12,13 +12,13 @@ |
* GNU General Public License for more details. |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#include "JsError.h" |
-AdblockPlus::JsError::JsError(const v8::Handle<v8::Value> exception, |
- const v8::Handle<v8::Message> message) |
+AdblockPlus::JsError::JsError(const v8::Handle<v8::Value>& exception, |
+ const v8::Handle<v8::Message>& message) |
: std::runtime_error(ExceptionToString(exception, message)) |
{ |
} |