Chromium Code Reviews| Index: Source/modules/vibration/NavigatorVibration.h |
| diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h |
| index aef7c3a512ee978d7c96a730e13207769e53c79f..da56c16b0d0cddf68d04ee76a9d78c348d8d6e73 100644 |
| --- a/Source/modules/vibration/NavigatorVibration.h |
| +++ b/Source/modules/vibration/NavigatorVibration.h |
| @@ -20,8 +20,6 @@ |
| #ifndef NavigatorVibration_h |
| #define NavigatorVibration_h |
| -#if ENABLE(VIBRATION) |
| - |
| #include "core/dom/ExceptionCode.h" |
| #include "wtf/Vector.h" |
| @@ -44,7 +42,5 @@ private: |
| } // namespace WebCore |
| -#endif // ENABLE(VIBRATION) |
| - |
| #endif // NavigatorVibration_h |
|
Peter Beverloo
2013/06/11 10:19:10
nit: blank line.
Michael van Ouwerkerk
2013/06/11 13:26:51
Done.
|