summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/GetterSetter.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/GetterSetter.h')
-rw-r--r--JavaScriptCore/runtime/GetterSetter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/GetterSetter.h b/JavaScriptCore/runtime/GetterSetter.h
index 73dd854..68e9ea3 100644
--- a/JavaScriptCore/runtime/GetterSetter.h
+++ b/JavaScriptCore/runtime/GetterSetter.h
@@ -50,7 +50,7 @@ namespace JSC {
void setSetter(JSObject* setter) { m_setter = setter; }
static PassRefPtr<Structure> createStructure(JSValue prototype)
{
- return Structure::create(prototype, TypeInfo(GetterSetterType));
+ return Structure::create(prototype, TypeInfo(GetterSetterType, OverridesMarkChildren));
}
private:
virtual bool isGetterSetter() const;