Skip to content

Commit 8820744

Browse files
author
Brandon Fergerson
committed
doesn't seem to do anything
1 parent 7259f9f commit 8820744

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/codebrig/journey/proxy/browser/CefMessageRouterProxy.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ public interface CefMessageRouterProxy extends Reflect.ProxyObject {
2626
} else if ("removeHandler".equals(methodName)) {
2727
args[0] = ((Reflect.ProxyInvocationHandler) Proxy.getInvocationHandler(args[0])).getUnderlyingObject();
2828
} else if ("cancelPending".equals(methodName)) {
29-
args[0] = Reflect.on(args[0]).as(CefBrowserProxy.class);
3029
args[0] = ((Reflect.ProxyInvocationHandler) Proxy.getInvocationHandler(args[0])).getUnderlyingObject();
3130
} else if ("getPendingCount".equals(methodName)) {
32-
args[0] = Reflect.on(args[0]).as(CefBrowserProxy.class);
3331
args[0] = ((Reflect.ProxyInvocationHandler) Proxy.getInvocationHandler(args[0])).getUnderlyingObject();
3432
}
3533
};

0 commit comments

Comments
 (0)