summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/NumberObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/NumberObject.h')
-rw-r--r--JavaScriptCore/runtime/NumberObject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/JavaScriptCore/runtime/NumberObject.h b/JavaScriptCore/runtime/NumberObject.h
index 6c18cdd..e82b593 100644
--- a/JavaScriptCore/runtime/NumberObject.h
+++ b/JavaScriptCore/runtime/NumberObject.h
@@ -37,11 +37,7 @@ namespace JSC {
}
protected:
-#if USE(JSVALUE32)
- static const unsigned StructureFlags = OverridesMarkChildren | JSWrapperObject::StructureFlags;
-#else
static const unsigned StructureFlags = JSWrapperObject::StructureFlags;
-#endif
private:
virtual const ClassInfo* classInfo() const { return &info; }