summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/DateInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/DateInstance.h')
-rw-r--r--Source/JavaScriptCore/runtime/DateInstance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/runtime/DateInstance.h b/Source/JavaScriptCore/runtime/DateInstance.h
index 3edfb0970..7c976a514 100644
--- a/Source/JavaScriptCore/runtime/DateInstance.h
+++ b/Source/JavaScriptCore/runtime/DateInstance.h
@@ -31,9 +31,9 @@ namespace JSC {
class DateInstance : public JSWrapperObject {
protected:
- DateInstance(ExecState*, Structure*);
+ JS_EXPORT_PRIVATE DateInstance(ExecState*, Structure*);
void finishCreation(JSGlobalData&);
- void finishCreation(JSGlobalData&, double);
+ JS_EXPORT_PRIVATE void finishCreation(JSGlobalData&, double);
static void destroy(JSCell*);