Index: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java |
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java |
index 162d15544fc9aef8ce501331c707f0dbd56e52ed..4d551eca0f9174a149ed4c8c4ed2718e65d06561 100644 |
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java |
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java |
@@ -34,7 +34,7 @@ public class NotificationTest extends BaseFilterEngineTest |
protected void addNotification(String notification) |
{ |
- jsEngine.evaluate( |
+ platform.getJsEngine().evaluate( |
"(function()\n" + |
"{\n" + |
"require('notification').Notification.addNotification(" + notification + ");\n" + |