| 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 624845d81fc716005ad5ca1e06015e82b9f5965e..164849baba0f760d8d17dca9b71296665ca78ce1 100644
|
| --- a/third_party/WebCore/Modules/vibration/NavigatorVibration.idl
|
| +++ b/third_party/WebCore/Modules/vibration/NavigatorVibration.idl
|
| @@ -23,7 +23,7 @@ module window {
|
| Conditional=VIBRATION,
|
| Supplemental=Navigator
|
| ] NavigatorVibration {
|
| - void webkitVibrate(in unsigned long[] pattern) raises(DOMException);
|
| + void webkitVibrate(in unsigned long[]? pattern) raises(DOMException);
|
| void webkitVibrate(in unsigned long time) raises(DOMException);
|
| };
|
|
|
|
|