Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: Source/modules/webmidi/NavigatorWebMIDI.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/NavigatorWebMIDI.idl
diff --git a/Source/modules/webmidi/NavigatorWebMIDI.idl b/Source/modules/webmidi/NavigatorWebMIDI.idl
index e8ad27d70b04a841fafc5f1c66da47aeaf3a8c35..9e11a664ca365a1528c65756e604e0826d4d3fa5 100644
--- a/Source/modules/webmidi/NavigatorWebMIDI.idl
+++ b/Source/modules/webmidi/NavigatorWebMIDI.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface Navigator {
- [RuntimeEnabled=WebMIDI] MIDIAccessPromise requestMIDIAccess(optional Dictionary options);
+[
+ RuntimeEnabled=WebMIDI,
+] partial interface Navigator {
+ MIDIAccessPromise requestMIDIAccess(optional Dictionary options);
};
« no previous file with comments | « Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698