* this class's classLoader
* @param target
* the object being wrapped as an IDispatch
*/
WebKitDispatchAdapter(CompilingClassLoader cl, Object target) {
javaDispatch = new JavaDispatchImpl(cl, target);
this.classLoaderRef = new WeakReference<CompilingClassLoader>(cl);
}