File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- 1138
1
+ 1139
Original file line number Diff line number Diff line change @@ -8398,10 +8398,10 @@ index 8a871bf2916d5eab86becf5fde0faed79283d88c..a19a429c4d53edf81c3028c7053265e6
8398
8398
8399
8399
diff --git a/Source/WebKit/UIProcess/RemoteInspectorPipe.cpp b/Source/WebKit/UIProcess/RemoteInspectorPipe.cpp
8400
8400
new file mode 100644
8401
- index 0000000000000000000000000000000000000000..0b4ec2de5671723f4045e98b3e398fc11180b3b8
8401
+ index 0000000000000000000000000000000000000000..6d19c534e58e35ec2012a36238e25a78706f2786
8402
8402
--- /dev/null
8403
8403
+++ b/Source/WebKit/UIProcess/RemoteInspectorPipe.cpp
8404
- @@ -0,0 +1,219 @@
8404
+ @@ -0,0 +1,222 @@
8405
8405
+/*
8406
8406
+ * Copyright (C) 2019 Microsoft Corporation.
8407
8407
+ *
@@ -8584,6 +8584,9 @@ index 0000000000000000000000000000000000000000..0b4ec2de5671723f4045e98b3e398fc1
8584
8584
+
8585
8585
+void RemoteInspectorPipe::workerRun()
8586
8586
+{
8587
+ + fprintf(stdout, "\nWeb Inspector is reading from pipe #3\n\n");
8588
+ + fflush(stdout);
8589
+ +
8587
8590
+ const size_t bufSize = 256 * 1024;
8588
8591
+ auto buffer = makeUniqueArray<char>(bufSize);
8589
8592
+ Vector<char> line;
You can’t perform that action at this time.
0 commit comments