From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/JavaScriptCore/runtime/JSDateMath.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'Source/JavaScriptCore/runtime/JSDateMath.h') diff --git a/Source/JavaScriptCore/runtime/JSDateMath.h b/Source/JavaScriptCore/runtime/JSDateMath.h index 20a71c93b..5e8138203 100644 --- a/Source/JavaScriptCore/runtime/JSDateMath.h +++ b/Source/JavaScriptCore/runtime/JSDateMath.h @@ -40,8 +40,7 @@ * */ -#ifndef JSDateMath_h -#define JSDateMath_h +#pragma once #include #include @@ -50,12 +49,10 @@ namespace JSC { class VM; -void msToGregorianDateTime(VM&, double, WTF::TimeType outputTimeType, GregorianDateTime&); -double gregorianDateTimeToMS(VM&, const GregorianDateTime&, double, WTF::TimeType inputTimeType); -double getUTCOffset(VM&); -double parseDateFromNullTerminatedCharacters(VM&, const char* dateString); -double parseDate(VM&, const WTF::String&); +JS_EXPORT_PRIVATE void msToGregorianDateTime(VM&, double, WTF::TimeType outputTimeType, GregorianDateTime&); +JS_EXPORT_PRIVATE double gregorianDateTimeToMS(VM&, const GregorianDateTime&, double, WTF::TimeType inputTimeType); +JS_EXPORT_PRIVATE double getUTCOffset(VM&); +JS_EXPORT_PRIVATE double parseDateFromNullTerminatedCharacters(VM&, const char* dateString); +JS_EXPORT_PRIVATE double parseDate(VM&, const WTF::String&); } // namespace JSC - -#endif // JSDateMath_h -- cgit v1.2.1