Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests that default execution context accessed without enabling Runtime domain ge ts properly cleaned up on reload. | 1 Tests that default execution context accessed without enabling Runtime domain ge ts properly cleaned up on reload. |
| 2 Page reloaded. | 2 Page reloaded. |
| 3 { | 3 { |
| 4 error : { | 4 error : { |
| 5 code : -32000 | 5 code : -32000 |
| 6 message : Inspected frame has gone | 6 message : Cannot find context with specified id |
| 7 } | 7 } |
| 8 id : 0 | 8 id : 0 |
| 9 } | 9 } |
| 10 | 10 |
| OLD | NEW |