mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933992 - sLoadTasks removal incorrectly uses long, not Integer. r=sriram
This commit is contained in:
parent
a9a9c887d2
commit
b152a1c0f1
@ -367,7 +367,7 @@ public class Favicons {
|
||||
}
|
||||
}
|
||||
|
||||
public static void removeLoadTask(long taskId) {
|
||||
public static void removeLoadTask(int taskId) {
|
||||
sLoadTasks.remove(taskId);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user