Skip to content

Commit f7216d1

Browse files
committed
Fix rebase
1 parent 5fad265 commit f7216d1

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

config/gni/devtools_grd_files.gni

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ grd_files_release_sources = [
237237
"front_end/Images/psychiatry.svg",
238238
"front_end/Images/react_native/learn-debugging-basics.jpg",
239239
"front_end/Images/react_native/learn-native-debugging.jpg",
240-
"front_end/Images/react_native/whats-new-083.jpg",
241240
"front_end/Images/react_native/learn-react-native-devtools.jpg",
242241
"front_end/Images/react_native/welcomeIcon.png",
243242
"front_end/Images/record-start.svg",

config/gni/devtools_image_files.gni

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ devtools_image_files = [
1818
"popoverArrows.png",
1919
"react_native/learn-debugging-basics.jpg",
2020
"react_native/learn-native-debugging.jpg",
21-
"react_native/whats-new-083.jpg",
2221
"react_native/learn-react-native-devtools.jpg",
2322
"react_native/welcomeIcon.png",
2423
"toolbarResizerVertical.png",
-87.1 KB
Binary file not shown.

front_end/panels/sources/UISourceCodeFrame.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ export class UISourceCodeFrame extends
106106

107107
fetch('/open-stack-frame', {
108108
method: 'POST',
109+
headers: {
110+
'Content-Type': 'application/json',
111+
},
109112
body: JSON.stringify(body),
110113
}).catch(e => console.error(e));
111114
});

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,6 +2434,7 @@ export const knownContextValues = new Set([
24342434
'network-conditions.network-mid-tier-mobile',
24352435
'network-conditions.network-offline',
24362436
'network-conditions.network-online',
2437+
'network-event-coverage-infobar',
24372438
'network-event-source-message-filter',
24382439
'network-film-strip',
24392440
'network-hide-chrome-extensions',

0 commit comments

Comments
 (0)