| Index: content/browser/renderer_host/input/non_blocking_event_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/non_blocking_event_browsertest.cc b/content/browser/renderer_host/input/non_blocking_event_browsertest.cc
|
| index 87139601ed366a3af0e48708d99d09c1cf531b9c..33bb4b2edd497493987650c2329ced2a82c9f2a0 100644
|
| --- a/content/browser/renderer_host/input/non_blocking_event_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/non_blocking_event_browsertest.cc
|
| @@ -119,8 +119,7 @@ class NonBlockingEventBrowserTest : 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;
|
| }
|
|
|
|
|