commit | 93f3776ff544879a4e933390ab0eeb93345cd7fd | [log] [tgz] |
---|---|---|
author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Jan 05 22:15:04 2009 +0000 |
committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Jan 05 22:15:04 2009 +0000 |
tree | 52b77d82cbbcc26e2ecb2a9382aa472261ce2c82 | |
parent | a5f43bdddcc6392d849e73f6ed7753e8cad94ad1 [diff] |
Fix OOPHM breakage from latest merge. Patch by: sgross Review by: jat git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4378 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java b/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java index 595cf10..10bdbef 100644 --- a/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java +++ b/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java
@@ -720,8 +720,6 @@ byte classBytes[] = null; if (compiledClass != null) { - - injectJsniFor(compiledClass); classBytes = compiledClass.getBytes(); if (!compiledClass.getUnit().isSuperSource()) { /*