OLD | NEW |
---|---|
(Empty) | |
1 [ | |
2 Constructor(), | |
3 RuntimeEnabled=MediaSession, | |
4 ] | |
5 interface MediaSession { | |
philipj_slow
2015/06/26 11:56:59
The usual thing is to put the ] on the same line a
davve
2015/06/26 12:50:50
Done.
| |
6 void activate(); | |
7 void deactivate(); | |
8 }; | |
OLD | NEW |