Bug 695170 - Fix incorrect comment caught by gcp. r=gcp

This commit is contained in:
Kartikaya Gupta 2011-12-19 09:26:20 -05:00
parent 4edea00ea1
commit 1925b6adfa

View File

@ -125,7 +125,7 @@ class GlobalHistory {
mHandler.post(new Runnable() {
public void run() {
// this runs on the same handler thread as the processing loop,
// so synchronization needed
// so no synchronization needed
mPendingUris.add(uri);
if (mProcessing) {
// there's already a runnable queued up or working away, so