Bug 733896 - Together with 580381e2805c, this completely backs out b520f34d78f1 and 4f5bd60be09e. r=ehsan

This commit is contained in:
Kartikaya Gupta
2012-03-12 14:42:37 -04:00
parent eb1643506a
commit 89fb8ab1c5
4 changed files with 0 additions and 46 deletions

View File

@@ -334,9 +334,4 @@ public class GeckoEvent {
mBandwidth = bandwidth;
mCanBeMetered = canBeMetered;
}
public void doCallback(String json) {
// this stub is never called in XUL Fennec, but we need it so that the JNI code
// shared between XUL and Native Fennec doesn't die.
}
}