| 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 a10a33397eb3209563daf52e3475d37a819f7a3d..0eedcaaf0d58afd2a1fa86f771dd0a9e92e724fd 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorErrorEvent.h
|
| @@ -16,11 +16,6 @@ class SensorErrorEvent : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - static SensorErrorEvent* create()
|
| - {
|
| - return new SensorErrorEvent;
|
| - }
|
| -
|
| static SensorErrorEvent* create(const AtomicString& eventType)
|
| {
|
| return new SensorErrorEvent(eventType);
|
| @@ -37,7 +32,6 @@ public:
|
|
|
| const AtomicString& interfaceName() const override;
|
|
|
| - SensorErrorEvent();
|
| explicit SensorErrorEvent(const AtomicString& eventType);
|
| SensorErrorEvent(const AtomicString& eventType, const SensorErrorEventInit& initializer);
|
|
|
|
|