| Index: content/browser/renderer_host/input/composited_scrolling_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/composited_scrolling_browsertest.cc b/content/browser/renderer_host/input/composited_scrolling_browsertest.cc
|
| index bc1728406aa53166f509580c2f82e37ada566859..9785958481f741ad70a0fe0d5ce5df03f098ed18 100644
|
| --- a/content/browser/renderer_host/input/composited_scrolling_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/composited_scrolling_browsertest.cc
|
| @@ -102,9 +102,7 @@ class CompositedScrollingBrowserTest : public ContentBrowserTest {
|
| int ExecuteScriptAndExtractInt(const std::string& script) {
|
| int value = 0;
|
| EXPECT_TRUE(content::ExecuteScriptAndExtractInt(
|
| - shell()->web_contents(),
|
| - "domAutomationController.send(" + script + ")",
|
| - &value));
|
| + shell(), "domAutomationController.send(" + script + ")", &value));
|
| return value;
|
| }
|
|
|
|
|