| OLD | NEW |
| 1 // This file introduces / supplements and forces Dart declarations. | 1 // This file introduces / supplements and forces Dart declarations. |
| 2 | 2 |
| 3 [Supplemental, | 3 [Supplemental, |
| 4 Constructor] | 4 Constructor] |
| 5 interface AudioContext {}; | 5 interface AudioContext {}; |
| 6 | 6 |
| 7 [Supplemental] | 7 [Supplemental] |
| 8 interface Document { | 8 interface Document { |
| 9 [Suppressed] DOMObject getCSSCanvasContext(in DOMString contextId, in DOMStrin
g name, in long width, in long height); | 9 [Suppressed] DOMObject getCSSCanvasContext(in DOMString contextId, in DOMStrin
g name, in long width, in long height); |
| 10 CanvasRenderingContext getCSSCanvasContext(in DOMString contextId, in DOMStrin
g name, in long width, in long height); | 10 CanvasRenderingContext getCSSCanvasContext(in DOMString contextId, in DOMStrin
g name, in long width, in long height); |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 | 364 |
| 365 [Suppressed] | 365 [Suppressed] |
| 366 interface InspectorFrontendHost {}; | 366 interface InspectorFrontendHost {}; |
| 367 | 367 |
| 368 | 368 |
| 369 [Suppressed] | 369 [Suppressed] |
| 370 interface JavaScriptCallFrame {}; | 370 interface JavaScriptCallFrame {}; |
| 371 | 371 |
| 372 | 372 |
| 373 [Suppressed] | 373 [Suppressed] |
| 374 interface ScriptProfile {}; | |
| 375 | |
| 376 | |
| 377 [Suppressed] | |
| 378 interface ScriptProfileNode {}; | |
| 379 | |
| 380 | |
| 381 [Suppressed] | |
| 382 interface Entity {}; | 374 interface Entity {}; |
| OLD | NEW |