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

Unified Diff: third_party/WebCore/Modules/vibration/NavigatorVibration.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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: third_party/WebCore/Modules/vibration/NavigatorVibration.idl
diff --git a/third_party/WebCore/Modules/vibration/NavigatorVibration.idl b/third_party/WebCore/Modules/vibration/NavigatorVibration.idl
index 0e9974fd98dcd188b05de8d6ebe411f57059d73e..9f3183b251a3ef75a061a335553126e92b85d614 100644
--- a/third_party/WebCore/Modules/vibration/NavigatorVibration.idl
+++ b/third_party/WebCore/Modules/vibration/NavigatorVibration.idl
@@ -23,8 +23,8 @@ module window {
Conditional=VIBRATION,
Supplemental=Navigator
] NavigatorVibration {
- void webkitVibrate(in sequence<unsigned long> pattern) raises(DOMException);
- void webkitVibrate(in unsigned long time) raises(DOMException);
+ void vibrate(in sequence<unsigned long> pattern) raises(DOMException);
+ void vibrate(in unsigned long time) raises(DOMException);
};
}
« no previous file with comments | « third_party/WebCore/Modules/speech/SpeechRecognition.idl ('k') | third_party/WebCore/Modules/webaudio/AudioContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698