| Index: src/org/adblockplus/android/ABPEngine.java |
| =================================================================== |
| --- a/src/org/adblockplus/android/ABPEngine.java |
| +++ b/src/org/adblockplus/android/ABPEngine.java |
| @@ -94,7 +94,7 @@ |
| public native String getDocumentationLink(); |
|
Felix Dahlke
2013/11/27 12:19:33
This change is unrelated, caused by rebasing.
|
| - public native boolean matches(String url, String contentType, String documentUrl); |
| + public native boolean matches(String url, String contentType, String[] documentUrls); |
| public native String[] getSelectorsForDomain(String domain); |