diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/RegExpObject.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/RegExpObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/runtime/RegExpObject.h b/Source/JavaScriptCore/runtime/RegExpObject.h index 4e84d3831..081a7f111 100644 --- a/Source/JavaScriptCore/runtime/RegExpObject.h +++ b/Source/JavaScriptCore/runtime/RegExpObject.h @@ -75,8 +75,8 @@ namespace JSC { } protected: - RegExpObject(JSGlobalObject*, Structure*, RegExp*); - void finishCreation(JSGlobalObject*); + JS_EXPORT_PRIVATE RegExpObject(JSGlobalObject*, Structure*, RegExp*); + JS_EXPORT_PRIVATE void finishCreation(JSGlobalObject*); static void destroy(JSCell*); static const unsigned StructureFlags = OverridesVisitChildren | OverridesGetOwnPropertySlot | Base::StructureFlags; |