diff options
Diffstat (limited to 'JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h')
-rw-r--r-- | JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h b/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h index 72c0f47..bc5c0a5 100644 --- a/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h +++ b/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h @@ -42,7 +42,7 @@ namespace JSC { { } - static PassRefPtr<Structure> createStructure(JSValuePtr proto) + static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, MasqueradesAsUndefined)); } |