| Index: third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h b/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h
|
| index 33362fa3034f0e6f8b3da8e0bda74e7b56d5a523..68a07cba2339c3c15625e4bbf28cd18182b3429d 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h
|
| @@ -48,6 +48,6 @@ DEFINE_TYPE_CASTS(SensorErrorEvent,
|
| event->InterfaceName() == EventNames::SensorErrorEvent,
|
| event.InterfaceName() == EventNames::SensorErrorEvent);
|
|
|
| -} // namepsace blink
|
| +} // namespace blink
|
|
|
| #endif // SensorErrorEvent_h
|
|
|