Add sysexEnabled readonly attribute to MIDIAccess
To conform the latest W3C spec, add sysexEnabled attribute. http://www.w3.org/TR/webmidi/#idl-def-MIDIAccess MIDIAccess originally has a method sysExEnabled(). To avoid having two functions for the same operation, this change renames it to sysexEnabled(). This change affects other caller implementations. To rename everything in blink, it modifies blink API. So this change is also the first step of blink API change. Here are a series of changes. 1. this change 2. https://codereview.chromium.org/210003002/ 3. https://codereview.chromium.org/208423016/ BUG=349538 TEST=LayoutTests/webmidi Review URL: https://codereview.chromium.org/208243014 git-svn-id: svn://svn.chromium.org/blink/trunk@169909 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment