| Index: content/browser/renderer_host/input/stylus_text_selector.cc
|
| diff --git a/content/browser/renderer_host/input/stylus_text_selector.cc b/content/browser/renderer_host/input/stylus_text_selector.cc
|
| index 11cace7e8256c2a9c4335768900154ea2ce1df35..20eee8216a79226b414fd3be434145bed74ac5f8 100644
|
| --- a/content/browser/renderer_host/input/stylus_text_selector.cc
|
| +++ b/content/browser/renderer_host/input/stylus_text_selector.cc
|
| @@ -30,7 +30,7 @@ scoped_ptr<GestureDetector> CreateGestureDetector(
|
| detector->set_longpress_enabled(false);
|
| detector->set_showpress_enabled(false);
|
|
|
| - return detector.Pass();
|
| + return detector;
|
| }
|
|
|
| } // namespace
|
|
|