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

Unified Diff: Source/modules/vibration/NavigatorVibration.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Faster processing of DOMWindow.idl + Handling of Callback interfaces Created 7 years, 8 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/vibration/NavigatorVibration.idl
diff --git a/Source/modules/vibration/NavigatorVibration.idl b/Source/modules/vibration/NavigatorVibration.idl
index 1ba708afd6038ea30426838e404550a2adafaf1a..3385843f206d8eac0e7fdfdcac480413f2ecbedd 100644
--- a/Source/modules/vibration/NavigatorVibration.idl
+++ b/Source/modules/vibration/NavigatorVibration.idl
@@ -18,6 +18,7 @@
*/
[
+ NoInterfaceObject,
Conditional=VIBRATION,
Supplemental=Navigator
] interface NavigatorVibration {

Powered by Google App Engine
This is Rietveld 408576698