| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index ae3aa980c4bc295d7084d4262158cb3887ffddd7..5afe751b7df51492261e7eae6a2bd375ea9ab4a4 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -70,7 +70,7 @@ enum class CaretVisibility;
|
| class CORE_EXPORT FrameSelection final : public GarbageCollectedFinalized<FrameSelection> {
|
| WTF_MAKE_NONCOPYABLE(FrameSelection);
|
| public:
|
| - static FrameSelection* create(LocalFrame* frame = nullptr)
|
| + static FrameSelection* create(LocalFrame* frame)
|
| {
|
| return new FrameSelection(frame);
|
| }
|
|
|