We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7259f9f commit 8820744Copy full SHA for 8820744
1 file changed
src/main/java/com/codebrig/journey/proxy/browser/CefMessageRouterProxy.java
@@ -26,10 +26,8 @@ public interface CefMessageRouterProxy extends Reflect.ProxyObject {
26
} else if ("removeHandler".equals(methodName)) {
27
args[0] = ((Reflect.ProxyInvocationHandler) Proxy.getInvocationHandler(args[0])).getUnderlyingObject();
28
} else if ("cancelPending".equals(methodName)) {
29
- args[0] = Reflect.on(args[0]).as(CefBrowserProxy.class);
30
31
} else if ("getPendingCount".equals(methodName)) {
32
33
34
}
35
};
0 commit comments