Commit ed190062 authored by beidson@apple.com's avatar beidson@apple.com

Attempted Qt build fix for https://bugs.webkit.org/show_bug.cgi?id=56216

* loader/icon/IconDatabase.h:
(WebCore::IconDatabase::delayDatabaseCleanup): Maybe Qt has Icon Database disabled, so we need to define this here?



git-svn-id: svn://svn.chromium.org/blink/trunk@80909 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f62d4793
2011-03-11 Brady Eidson <beidson@apple.com>
Attempted Qt build fix for https://bugs.webkit.org/show_bug.cgi?id=56216
* loader/icon/IconDatabase.h:
(WebCore::IconDatabase::delayDatabaseCleanup): Maybe Qt has Icon Database disabled, so we need to define this here?
2011-03-11 Brady Eidson <beidson@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=56216
......
......@@ -60,6 +60,7 @@ class SQLTransaction;
#if !ENABLE(ICONDATABASE)
// For builds with IconDatabase disabled, they'll just use a default derivation of IconDatabaseBase. Which does nothing.
class IconDatabase : public IconDatabaseBase {
static void delayDatabaseCleanup() { }
};
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment