commit | 05acd60b2573fb3e3e5815066985b5eae5197fc0 | [log] [tgz] |
---|---|---|
author | Dan Elphick <[email protected]> | Mon Aug 30 15:22:07 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Aug 30 15:22:07 2021 |
tree | 4946175f017f6f86da09fd1d30d4e150394cc4a6 | |
parent | 0c7fb60990a7d2a19564689bdd1a04bec1af7270 [diff] [blame] |
Use fine-grained v8 headers in gin Now that v8.h has been split into many parts, include only the parts that are needed. Bug: v8:11965 Change-Id: Id7557c588354a88533268d51f5fcdfc4fe29a733 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3122173 Commit-Queue: Leszek Swirski <[email protected]> Auto-Submit: Dan Elphick <[email protected]> Reviewed-by: Leszek Swirski <[email protected]> Cr-Commit-Position: refs/heads/main@{#916424}
diff --git a/gin/wrapper_info.cc b/gin/wrapper_info.cc index 8e8f5b7..3405c29 100644 --- a/gin/wrapper_info.cc +++ b/gin/wrapper_info.cc
@@ -3,6 +3,7 @@ // found in the LICENSE file. #include "gin/public/wrapper_info.h" +#include "v8/include/v8-object.h" namespace gin {