diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp')
-rw-r--r-- | WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp b/WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp index 3e8da19..e6ecb75 100644 --- a/WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp +++ b/WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp @@ -36,6 +36,11 @@ bool LoadItem::invoke() const return false; } +bool LoadHTMLStringItem::invoke() const +{ + return false; +} + bool ReloadItem::invoke() const { return false; |