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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/JavaScriptCore/runtime/NumberObject.h b/JavaScriptCore/runtime/NumberObject.h
index 07a013f..d354b9b 100644
--- a/JavaScriptCore/runtime/NumberObject.h
+++ b/JavaScriptCore/runtime/NumberObject.h
@@ -30,11 +30,6 @@ namespace JSC {
explicit NumberObject(PassRefPtr<Structure>);
static const ClassInfo info;
-
- static PassRefPtr<Structure> createStructure(JSValue prototype)
- {
- return Structure::create(prototype, TypeInfo(ObjectType, HasStandardGetOwnPropertySlot | HasDefaultMark));
- }
private:
virtual const ClassInfo* classInfo() const { return &info; }