diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/qt/GCControllerQt.h')
-rw-r--r-- | WebKitTools/DumpRenderTree/qt/GCControllerQt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKitTools/DumpRenderTree/qt/GCControllerQt.h b/WebKitTools/DumpRenderTree/qt/GCControllerQt.h index ed2a858..d3c83b9 100644 --- a/WebKitTools/DumpRenderTree/qt/GCControllerQt.h +++ b/WebKitTools/DumpRenderTree/qt/GCControllerQt.h @@ -43,7 +43,7 @@ public: public slots: void collect() const; void collectOnAlternateThread(bool waitUntilDone) const; - size_t getJSObjectCount() const; + unsigned int getJSObjectCount() const; }; |