Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7c41428

Browse files
authored
Put back ConfigureBundle. (#4219)
It was accidently removed in a5e26f1.
1 parent 6b1878e commit 7c41428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/common/engine.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ void Engine::RunBundleAndSource(const std::string& bundle_path,
241241

242242
std::vector<uint8_t> platform_kernel;
243243
if (!bundle_path.empty()) {
244+
ConfigureAssetBundle(bundle_path);
244245
GetAssetAsBuffer(blink::kPlatformKernelAssetKey, &platform_kernel);
245246
}
246247
ConfigureRuntime(GetScriptUriFromPath(bundle_path), platform_kernel);

0 commit comments

Comments
 (0)