Bug 717283 - Fix build bustage caused by merge conflict in d8fc13006aa4

This commit is contained in:
Matt Brubeck 2012-01-24 08:06:27 -08:00
parent 933b4a18d4
commit d2233a8dc4

View File

@ -79,7 +79,7 @@ public class GeckoEvent {
public static final int ACTIVITY_START = 17;
public static final int BROADCAST = 19;
public static final int VIEWPORT = 20;
public static final int VISTITED = 21;
public static final int VISITED = 21;
public static final int NETWORK_CHANGED = 22;
public static final int IME_COMPOSITION_END = 0;