| Index: webkit/port/platform/chromium/RenderThemeGtk.cpp
|
| diff --git a/webkit/port/platform/chromium/RenderThemeGtk.cpp b/webkit/port/platform/chromium/RenderThemeGtk.cpp
|
| index f37c7f67339b637c3f243100bd97feae428fd588..150f616bafe1bd643d7d3a0a5d4d0cc00737957c 100644
|
| --- a/webkit/port/platform/chromium/RenderThemeGtk.cpp
|
| +++ b/webkit/port/platform/chromium/RenderThemeGtk.cpp
|
| @@ -436,7 +436,7 @@ void RenderThemeGtk::systemFont(int, FontDescription&) const
|
| notImplemented();
|
| }
|
|
|
| -void RenderTheme::systemFont(int, Document*, FontDescription&) const
|
| +void RenderThemeGtk::systemFont(int, Document*, FontDescription&) const
|
| {
|
| notImplemented();
|
| }
|
|
|