diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/PropertySlot.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/PropertySlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/PropertySlot.h b/Source/JavaScriptCore/runtime/PropertySlot.h index 8557e6d24..cfedf7876 100644 --- a/Source/JavaScriptCore/runtime/PropertySlot.h +++ b/Source/JavaScriptCore/runtime/PropertySlot.h @@ -218,7 +218,7 @@ namespace JSC { return m_getValue; } private: - JSValue functionGetter(ExecState*) const; + JS_EXPORT_PRIVATE JSValue functionGetter(ExecState*) const; GetValueFunc m_getValue; GetIndexValueFunc m_getIndexValue; |