summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2009-08-03 18:04:05 (GMT)
committerTor Arne Vestbø <tor.arne.vestbo@nokia.com>2009-08-03 18:18:04 (GMT)
commit9b5ab52a37aeb8cb2f139d76421594fa7418e729 (patch)
treeace8576a45ba6760106c85e827ddae536755ac43 /src/3rdparty
parentda7a979314978af43e9a53fe2494b87877e3139a (diff)
downloadQt-9b5ab52a37aeb8cb2f139d76421594fa7418e729.zip
Qt-9b5ab52a37aeb8cb2f139d76421594fa7418e729.tar.gz
Qt-9b5ab52a37aeb8cb2f139d76421594fa7418e729.tar.bz2
Make TimeoutChecker::didTimeOut() virtual.
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/webkit/JavaScriptCore/runtime/TimeoutChecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/runtime/TimeoutChecker.h b/src/3rdparty/webkit/JavaScriptCore/runtime/TimeoutChecker.h
index 1ebbc1d..1680d6d 100644
--- a/src/3rdparty/webkit/JavaScriptCore/runtime/TimeoutChecker.h
+++ b/src/3rdparty/webkit/JavaScriptCore/runtime/TimeoutChecker.h
@@ -60,7 +60,7 @@ namespace JSC {
void reset();
- bool didTimeOut(ExecState*);
+ virtual bool didTimeOut(ExecState*);
private:
unsigned m_timeoutInterval;