| Index: third_party/WebKit/Source/core/events/TextEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/TextEvent.cpp b/third_party/WebKit/Source/core/events/TextEvent.cpp
|
| index 20d410906d2720d638a10e3c490316229a63ba03..5a30df67ef9d4c0bd90607d915c2feb734c5a46b 100644
|
| --- a/third_party/WebKit/Source/core/events/TextEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TextEvent.cpp
|
| @@ -72,7 +72,7 @@ TextEvent::TextEvent(AbstractView* view,
|
| TimeTicks::Now(),
|
| view,
|
| 0,
|
| - nullptr),
|
| + InputDeviceCapabilities::Null),
|
| m_inputType(inputType),
|
| m_data(data),
|
| m_pastingFragment(nullptr),
|
| @@ -91,7 +91,7 @@ TextEvent::TextEvent(AbstractView* view,
|
| TimeTicks::Now(),
|
| view,
|
| 0,
|
| - nullptr),
|
| + InputDeviceCapabilities::Null),
|
| m_inputType(TextEventInputPaste),
|
| m_data(data),
|
| m_pastingFragment(pastingFragment),
|
|
|