Commit 1caadc8
committed
Remove the deprecated getViewCSS() compatibility bridge
The bridge was added when computeStyle(Element, String) replaced the W3C
cascade accessor, so that the PDE CSS spy kept working while it still
called getViewCSS().getComputedStyle(...). The spy no longer calls it,
so its last known caller is gone.
The org.eclipse.e4.ui.css.core.engine package is not exported to any PDE
bundle, so nothing in the SDK referenced the method at compile time; the
spy reached it reflectively.1 parent 51efa85 commit 1caadc8
1 file changed
Lines changed: 0 additions & 21 deletions
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 192 | | |
214 | 193 | | |
215 | 194 | | |
| |||
0 commit comments