11diff --git a/BUILD.gn b/BUILD.gn
2- index 80cb4d61d5..41e3f9bd02 100644
2+ index 5e3045bfdc..05164747bf 100644
33--- a/BUILD.gn
44+++ b/BUILD.gn
5- @@ -538 ,7 +538 ,7 @@ config("toolchain") {
6- visibility = [ ": *" ] # Only targets in this file can depend on this.
5+ @@ -866 ,7 +866 ,7 @@ config("toolchain") {
6+ visibility = [ "./ *" ]
77
88 defines = []
99- cflags = []
@@ -12,10 +12,10 @@ index 80cb4d61d5..41e3f9bd02 100644
1212
1313 if (v8_current_cpu == "arm") {
1414diff --git a/include/js_protocol.pdl b/include/js_protocol.pdl
15- index d4e82caad3..9dd7acc5c4 100644
15+ index 9c0483ae70..d0d7610306 100644
1616--- a/include/js_protocol.pdl
1717+++ b/include/js_protocol.pdl
18- @@ -1563 ,3 +1563 ,3788 @@ deprecated domain Schema
18+ @@ -1683 ,3 +1683 ,3788 @@ deprecated domain Schema
1919 returns
2020 # List of supported domains.
2121 array of Domain domains
@@ -3805,10 +3805,10 @@ index d4e82caad3..9dd7acc5c4 100644
38053805+ # Identifier of the removed stylesheet.
38063806+ StyleSheetId styleSheetId
38073807diff --git a/src/inspector/inspector_protocol_config.json b/src/inspector/inspector_protocol_config.json
3808- index 92bce2ad24..a314d29a07 100644
3808+ index bd4f9c534c..5cb4c16ac3 100644
38093809--- a/src/inspector/inspector_protocol_config.json
38103810+++ b/src/inspector/inspector_protocol_config.json
3811- @@ -21,11 +21,39 @@
3811+ @@ -21,12 +21,40 @@
38123812 {
38133813 "domain": "Console"
38143814 },
@@ -3819,7 +3819,8 @@ index 92bce2ad24..a314d29a07 100644
38193819 "domain": "Profiler"
38203820 },
38213821 {
3822- "domain": "HeapProfiler"
3822+ "domain": "HeapProfiler",
3823+ "async": ["collectGarbage"]
38233824+ },
38243825+ {
38253826+ "domain": "Log"
0 commit comments