| OLD | NEW |
| 1 { | 1 { |
| 2 settings: { | 2 settings: { |
| 3 export_symbol: "CORE_EXPORT", | 3 export_symbol: "CORE_EXPORT", |
| 4 include_path: "core/inspector", | 4 include_path: "core/inspector", |
| 5 includes: [ | 5 includes: [ |
| 6 "core/animation/Animation.h", | |
| 7 "core/dom/CharacterData.h", | |
| 8 "core/dom/PseudoElement.h", | |
| 9 "core/html/HTMLSlotElement.h", | |
| 10 "core/probe/CoreProbes.h", | 6 "core/probe/CoreProbes.h", |
| 11 ], | 7 ], |
| 12 }, | 8 }, |
| 13 observers: { | 9 observers: { |
| 14 Animation: { | 10 Animation: { |
| 15 probes: [ | 11 probes: [ |
| 16 "animationPlayStateChanged", | 12 "animationPlayStateChanged", |
| 17 "didClearDocumentOfWindowObject", | 13 "didClearDocumentOfWindowObject", |
| 18 "didCreateAnimation", | 14 "didCreateAnimation", |
| 19 ] | 15 ] |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 }, | 175 }, |
| 180 Worker: { | 176 Worker: { |
| 181 probes: [ | 177 probes: [ |
| 182 "didStartWorker", | 178 "didStartWorker", |
| 183 "shouldWaitForDebuggerOnWorkerStart", | 179 "shouldWaitForDebuggerOnWorkerStart", |
| 184 "workerTerminated", | 180 "workerTerminated", |
| 185 ] | 181 ] |
| 186 }, | 182 }, |
| 187 } | 183 } |
| 188 } | 184 } |
| OLD | NEW |