Commit abf4d799 authored by Hitoshi Yoshida's avatar Hitoshi Yoshida Committed by Commit Bot

CodeGen: Fix compile error in crrev.com/c/2004358


Bug: 839389
Change-Id: Icc68359187a88ce497e8c6df546031e11bffea0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006443Reviewed-by: default avatarYuki Shiino <yukishiino@chromium.org>
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732715}
parent 8250e20a
...@@ -95,7 +95,7 @@ class PathManager(object): ...@@ -95,7 +95,7 @@ class PathManager(object):
default_component = web_idl.Component("core") default_component = web_idl.Component("core")
self._api_component = default_component self._api_component = default_component
self._impl_component = default_component self._impl_component = default_component
if len(components) == 1: elif len(components) == 1:
component = components[0] component = components[0]
self._is_cross_components = False self._is_cross_components = False
self._api_component = component self._api_component = component
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment