diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/NumberObject.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/NumberObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/NumberObject.h b/Source/JavaScriptCore/runtime/NumberObject.h index e82b593..044f490 100644 --- a/Source/JavaScriptCore/runtime/NumberObject.h +++ b/Source/JavaScriptCore/runtime/NumberObject.h @@ -27,7 +27,7 @@ namespace JSC { class NumberObject : public JSWrapperObject { public: - explicit NumberObject(NonNullPassRefPtr<Structure>); + explicit NumberObject(JSGlobalData&, NonNullPassRefPtr<Structure>); static const ClassInfo info; |