summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge/testqtbindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bridge/testqtbindings.cpp')
-rw-r--r--Source/WebCore/bridge/testqtbindings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bridge/testqtbindings.cpp b/Source/WebCore/bridge/testqtbindings.cpp
index 592415e..20bf88a 100644
--- a/Source/WebCore/bridge/testqtbindings.cpp
+++ b/Source/WebCore/bridge/testqtbindings.cpp
@@ -74,7 +74,7 @@ public slots:
using namespace JSC;
using namespace JSC::Bindings;
-class Global : public JSObject {
+class Global : public JSNonFinalObject {
public:
virtual UString className() const { return "global"; }
};