| Index: Source/modules/webusb/USBConnectionEvent.h
|
| diff --git a/Source/modules/webusb/USBConnectionEvent.h b/Source/modules/webusb/USBConnectionEvent.h
|
| index ee8b24057875bed76e408cfd9e1735895955b348..d23f09c1ec0bd050901fec5fe6b11c90e1d1a031 100644
|
| --- a/Source/modules/webusb/USBConnectionEvent.h
|
| +++ b/Source/modules/webusb/USBConnectionEvent.h
|
| @@ -16,8 +16,8 @@ class USBDevice;
|
| class USBConnectionEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static USBConnectionEvent* create(const AtomicString& type, const USBConnectionEventInit&);
|
| - static USBConnectionEvent* create(const AtomicString& type, USBDevice*);
|
| + static PassRefPtrWillBeRawPtr<USBConnectionEvent> create(const AtomicString& type, const USBConnectionEventInit&);
|
| + static PassRefPtrWillBeRawPtr<USBConnectionEvent> create(const AtomicString& type, USBDevice*);
|
|
|
| USBConnectionEvent(const AtomicString& type, const USBConnectionEventInit&);
|
| USBConnectionEvent(const AtomicString& type, USBDevice*);
|
|
|