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

Unified Diff: Source/modules/vibration/NavigatorVibration.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/speech/WindowSpeechSynthesis.idl ('k') | Source/modules/webdatabase/WindowWebDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vibration/NavigatorVibration.idl
diff --git a/Source/modules/vibration/NavigatorVibration.idl b/Source/modules/vibration/NavigatorVibration.idl
index 3307c6a77c1c750ada7c16b131cbaa0863dc68d4..d8ab9f4d598191610486a2a03c119d921bef4843 100644
--- a/Source/modules/vibration/NavigatorVibration.idl
+++ b/Source/modules/vibration/NavigatorVibration.idl
@@ -18,11 +18,10 @@
*/
[
- RuntimeEnabled=Vibration
+ RuntimeEnabled=Vibration,
] partial interface Navigator {
// FIXME: The contents of the pattern argument should be clamped.
// See https://code.google.com/p/chromium/issues/detail?id=310138
boolean vibrate(sequence<unsigned long> pattern);
boolean vibrate([Clamp] unsigned long time);
};
-
« no previous file with comments | « Source/modules/speech/WindowSpeechSynthesis.idl ('k') | Source/modules/webdatabase/WindowWebDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698