Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: CodeGenerator.py

Issue 2515343005: [inspector_protocol] Fixed domain_json["has_exports"] flag for exported domains (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CodeGenerator.py
diff --git a/CodeGenerator.py b/CodeGenerator.py
index 5589a453bed6c9ef99f626f4b3cfc3a01eb1bcec..2bf00276512ff58244336e8020c1f59ad6e1fbf1 100644
--- a/CodeGenerator.py
+++ b/CodeGenerator.py
@@ -200,6 +200,7 @@ def calculate_imports_and_exports(config, protocol):
if not has_exports(domain_json, clear):
continue
if domain in exported_domains:
+ domain_json["has_exports"] = True
protocol.exported_domains.append(domain)
if domain in imported_domains:
protocol.imported_domains.append(domain)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698