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

Unified Diff: jni/JniJsValue.h

Issue 5697499218051072: Usage of new API, cleanups (reduced) (Closed)
Patch Set: Even more review issues fixed. Created April 28, 2014, 10:18 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 | « jni/JniFilterChangeCallback.cpp ('k') | jni/JniJsValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/JniJsValue.h
diff --git a/jni/JniJsValue.h b/jni/JniJsValue.h
index 43fc200eba7b3a4d89c7f9e5698db39a83ad023f..57248835371f2144cb377739774a168f39167e09 100644
--- a/jni/JniJsValue.h
+++ b/jni/JniJsValue.h
@@ -21,7 +21,7 @@
#include <jni.h>
#include <AdblockPlus/JsValue.h>
-jobject NewJniJsValue(JNIEnv* env, const AdblockPlus::JsValuePtr& jsValue);
+jobject NewJniJsValue(JNIEnv* env, const AdblockPlus::JsValuePtr& jsValue, jclass jsValueClass = 0);
jobject JniJsValueListToArrayList(JNIEnv* env, AdblockPlus::JsValueList& list);
« no previous file with comments | « jni/JniFilterChangeCallback.cpp ('k') | jni/JniJsValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld