diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-05-16 09:59:13 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-05-20 10:28:53 +0000 |
commit | 6c11fb357ec39bf087b8b632e2b1e375aef1b38b (patch) | |
tree | c8315530db18a8ee566521c39ab8a6af4f72bc03 /chromium/gin/converter.h | |
parent | 3ffaed019d0772e59d6cdb2d0d32fe4834c31f72 (diff) | |
download | qtwebengine-chromium-6c11fb357ec39bf087b8b632e2b1e375aef1b38b.tar.gz |
BASELINE: Update Chromium to 74.0.3729.159
Change-Id: I8d2497da544c275415aedd94dd25328d555de811
Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/gin/converter.h')
-rw-r--r-- | chromium/gin/converter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/gin/converter.h b/chromium/gin/converter.h index e4ef0a3ecc1..48be87c458a 100644 --- a/chromium/gin/converter.h +++ b/chromium/gin/converter.h @@ -121,6 +121,8 @@ struct GIN_EXPORT Converter<std::string> { template<> struct GIN_EXPORT Converter<v8::Local<v8::Function> > { + static v8::Local<v8::Value> ToV8(v8::Isolate* isolate, + v8::Local<v8::Function> val); static bool FromV8(v8::Isolate* isolate, v8::Local<v8::Value> val, v8::Local<v8::Function>* out); |