| Index: components/test_runner/test_common.cc
|
| diff --git a/components/test_runner/test_common.cc b/components/test_runner/test_common.cc
|
| index ab02077d061056cf700cea20de7f90292b74488f..c488b1111f7e7933b7f3c8f41d6faf579b524ba6 100644
|
| --- a/components/test_runner/test_common.cc
|
| +++ b/components/test_runner/test_common.cc
|
| @@ -29,7 +29,7 @@ const std::string::size_type data_url_pattern_size =
|
| class MockBlinkPlatform : NON_EXPORTED_BASE(public blink::Platform) {
|
| public:
|
| MockBlinkPlatform() {
|
| - blink::initializeWithoutV8(this);
|
| + blink::Platform::initialize(this);
|
| }
|
| ~MockBlinkPlatform() override {}
|
|
|
|
|