Fix passing Promise with remote
Somehow using value.then.bind(value) would result in infinite loop, could be bug of Chromium.
This commit is contained in:
parent
dd4d3db47b
commit
6de9c4332f
4 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <string>
|
||||
|
||||
#include "base/macros.h"
|
||||
#include "build/build_config.h"
|
||||
|
||||
namespace base {
|
||||
class Time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue