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

Unified Diff: Source/modules/gamepad/NavigatorGamepad.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
Index: Source/modules/gamepad/NavigatorGamepad.idl
diff --git a/Source/modules/gamepad/NavigatorGamepad.idl b/Source/modules/gamepad/NavigatorGamepad.idl
index 0fbceeea7ccac1063acf85444ae99dbb21ee73a2..a9948c80c719a9471ac4075b378864892474299a 100644
--- a/Source/modules/gamepad/NavigatorGamepad.idl
+++ b/Source/modules/gamepad/NavigatorGamepad.idl
@@ -17,7 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
-partial interface Navigator {
- [RuntimeEnabled=Gamepad] GamepadList webkitGetGamepads();
+[
+ RuntimeEnabled=Gamepad,
+] partial interface Navigator {
+ GamepadList webkitGetGamepads();
};
-
« no previous file with comments | « Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl ('k') | Source/modules/geolocation/NavigatorGeolocation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698