From d19c83b203e72c34b78a731c61d73c77ad99794e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 8 Oct 2009 11:13:05 +0100 Subject: Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.org. Do not merge. This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org. This has already been submitted to master branch. --- WebCore/loader/DocLoader.h | 2 +- WebCore/loader/icon/IconDatabase.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'WebCore/loader') diff --git a/WebCore/loader/DocLoader.h b/WebCore/loader/DocLoader.h index 356349e..fdc1776 100644 --- a/WebCore/loader/DocLoader.h +++ b/WebCore/loader/DocLoader.h @@ -122,7 +122,7 @@ private: Document* m_doc; int m_requestCount; - + ListHashSet m_preloads; struct PendingPreload { CachedResource::Type m_type; diff --git a/WebCore/loader/icon/IconDatabase.cpp b/WebCore/loader/icon/IconDatabase.cpp index 1835f69..c0af78f 100644 --- a/WebCore/loader/icon/IconDatabase.cpp +++ b/WebCore/loader/icon/IconDatabase.cpp @@ -1375,7 +1375,7 @@ void* IconDatabase::syncThreadMainLoop() didAnyWork = readFromDatabase(); if (shouldStopThreadActivity()) break; - + // Prune unretained icons after the first time we sync anything out to the database // This way, pruning won't be the only operation we perform to the database by itself // We also don't want to bother doing this if the thread should be terminating (the user is quitting) -- cgit v1.1