Commit f15a6761 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: Make this guy public.



git-svn-id: svn://svn.chromium.org/blink/trunk@80910 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent ed190062
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: Make this guy public.
2011-03-11 Brady Eidson <beidson@apple.com> 2011-03-11 Brady Eidson <beidson@apple.com>
Attempted Qt build fix for https://bugs.webkit.org/show_bug.cgi?id=56216 Attempted Qt build fix for https://bugs.webkit.org/show_bug.cgi?id=56216
......
...@@ -60,6 +60,7 @@ class SQLTransaction; ...@@ -60,6 +60,7 @@ class SQLTransaction;
#if !ENABLE(ICONDATABASE) #if !ENABLE(ICONDATABASE)
// For builds with IconDatabase disabled, they'll just use a default derivation of IconDatabaseBase. Which does nothing. // For builds with IconDatabase disabled, they'll just use a default derivation of IconDatabaseBase. Which does nothing.
class IconDatabase : public IconDatabaseBase { class IconDatabase : public IconDatabaseBase {
public:
static void delayDatabaseCleanup() { } static void delayDatabaseCleanup() { }
}; };
#else #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