1
1
diff --git a/BUILD.gn b/BUILD.gn
2
- index 80cb4d61d5..41e3f9bd02 100644
2
+ index 5e3045bfdc..05164747bf 100644
3
3
--- a/BUILD.gn
4
4
+++ 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 = [ "./ *" ]
7
7
8
8
defines = []
9
9
- cflags = []
@@ -12,10 +12,10 @@ index 80cb4d61d5..41e3f9bd02 100644
12
12
13
13
if (v8_current_cpu == "arm") {
14
14
diff --git a/include/js_protocol.pdl b/include/js_protocol.pdl
15
- index d4e82caad3..9dd7acc5c4 100644
15
+ index 9c0483ae70..d0d7610306 100644
16
16
--- a/include/js_protocol.pdl
17
17
+++ b/include/js_protocol.pdl
18
- @@ -1563 ,3 +1563 ,3788 @@ deprecated domain Schema
18
+ @@ -1683 ,3 +1683 ,3788 @@ deprecated domain Schema
19
19
returns
20
20
# List of supported domains.
21
21
array of Domain domains
@@ -3805,10 +3805,10 @@ index d4e82caad3..9dd7acc5c4 100644
3805
3805
+ # Identifier of the removed stylesheet.
3806
3806
+ StyleSheetId styleSheetId
3807
3807
diff --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
3809
3809
--- a/src/inspector/inspector_protocol_config.json
3810
3810
+++ b/src/inspector/inspector_protocol_config.json
3811
- @@ -21,11 +21,39 @@
3811
+ @@ -21,12 +21,40 @@
3812
3812
{
3813
3813
"domain": "Console"
3814
3814
},
@@ -3819,7 +3819,8 @@ index 92bce2ad24..a314d29a07 100644
3819
3819
"domain": "Profiler"
3820
3820
},
3821
3821
{
3822
- "domain": "HeapProfiler"
3822
+ "domain": "HeapProfiler",
3823
+ "async": ["collectGarbage"]
3823
3824
+ },
3824
3825
+ {
3825
3826
+ "domain": "Log"
0 commit comments