Skip to content

Commit

Permalink
Merge remote-tracking branch 'cyanogen/gingerbread' into gingerbread
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Jun 7, 2012
2 parents f9f8e0c + 5e56f9f commit e9d50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/java/android/webkit/DnsResolver.java
Expand Up @@ -86,6 +86,7 @@ public static DnsResolver getInstance() {
}

private DnsResolver() {
mHostNamesToBeResolved = new HashMap();
createDnsResolverThreadPool();
}

Expand All @@ -96,7 +97,6 @@ public void run() {
Process.setThreadPriority( android.os.Process.THREAD_PRIORITY_DEFAULT +
android.os.Process.THREAD_PRIORITY_LESS_FAVORABLE);
mDnsResolverThreadPool = Executors.newFixedThreadPool(MAX_DNS_RESOLVER_THREAD_POOL_SIZE);
mHostNamesToBeResolved = new HashMap();
boolean bResolvedPriorityHostNames = false;
int dnsQueryCounter = 0;
int numHosts = 0;
Expand Down

0 comments on commit e9d50c5

Please sign in to comment.