| Index: third_party/WebKit/Source/core/events/TextEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/TextEvent.h b/third_party/WebKit/Source/core/events/TextEvent.h
|
| index 4a1ce2905644a42e7ab6a48ddc6987ee60e04ed1..8b37094fdf265b679764b03385ba25a7acc1d710 100644
|
| --- a/third_party/WebKit/Source/core/events/TextEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/TextEvent.h
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| bool shouldSmartReplace() const { return m_shouldSmartReplace; }
|
| bool shouldMatchStyle() const { return m_shouldMatchStyle; }
|
| - DocumentFragment* pastingFragment() const;
|
| + DocumentFragment* pastingFragment() const { return m_pastingFragment.get(); }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|