mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefBaseTime and use it instead of CefTime (see issue #2935)
This commit is contained in:
committed by
Marshall Greenblatt
parent
987b932a19
commit
27d3089804
@ -478,7 +478,7 @@ class CefV8Value : public virtual CefBaseRefCounted {
|
||||
// on a stored CefV8Context reference.
|
||||
///
|
||||
/*--cef()--*/
|
||||
static CefRefPtr<CefV8Value> CreateDate(const CefTime& date);
|
||||
static CefRefPtr<CefV8Value> CreateDate(CefBaseTime date);
|
||||
|
||||
///
|
||||
// Create a new CefV8Value object of type string.
|
||||
@ -649,7 +649,7 @@ class CefV8Value : public virtual CefBaseRefCounted {
|
||||
// Return a Date value.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefTime GetDateValue() = 0;
|
||||
virtual CefBaseTime GetDateValue() = 0;
|
||||
|
||||
///
|
||||
// Return a string value.
|
||||
|
Reference in New Issue
Block a user