| Index: ios/web/web_state/js/common_js_unittest.mm
|
| diff --git a/ios/web/web_state/js/common_js_unittest.mm b/ios/web/web_state/js/common_js_unittest.mm
|
| index 42505ced5afae6f3540176ac4e7d6386d1449156..bd95cd6901669b424d93e5788008736e42c1555e 100644
|
| --- a/ios/web/web_state/js/common_js_unittest.mm
|
| +++ b/ios/web/web_state/js/common_js_unittest.mm
|
| @@ -129,7 +129,7 @@ TEST_F(CommonJsTest, Stringify) {
|
| for (size_t i = 0; i < arraysize(test_data); i++) {
|
| TestScriptAndExpectedValue& data = test_data[i];
|
| // Load a sample HTML page. As a side-effect, loading HTML via
|
| - // |webController_| will also inject core.js.
|
| + // |webController_| will also inject web_bundle.js.
|
| LoadHtml(@"<p>");
|
| id result = ExecuteJavaScript(data.test_script);
|
| EXPECT_NSEQ(data.expected_value, result)
|
|
|