mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: modernize Value usage in converters (#34794)
* chore: modernize Value usage in converters * Date is parsed as an empty object now
This commit is contained in:
@@ -57,7 +57,7 @@ class Debugger : public gin::Wrappable<Debugger>,
|
||||
|
||||
private:
|
||||
using PendingRequestMap =
|
||||
std::map<int, gin_helper::Promise<base::DictionaryValue>>;
|
||||
std::map<int, gin_helper::Promise<base::Value::Dict>>;
|
||||
|
||||
void Attach(gin::Arguments* args);
|
||||
bool IsAttached();
|
||||
|
||||
Reference in New Issue
Block a user