| Index: third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
|
| index 6d9d8a844fa8b0b08a996e74930aa996ad844c1c..43e74495bff92573d6151a0458d968342fa46970 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
|
| @@ -4,10 +4,4 @@
|
|
|
| #include "core/layout/ng/ng_text_fragment.h"
|
|
|
| -namespace blink {
|
| -
|
| -String NGTextFragment::text() const {
|
| - return text_list_->Text(start_offset_, end_offset_);
|
| -}
|
| -
|
| -} // namespace blink
|
| +namespace blink {} // namespace blink
|
|
|