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

Unified Diff: sdk/lib/html/scripts/generator.py

Issue 11362137: Making Dartium merged classes private. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/scripts/generator.py
diff --git a/sdk/lib/html/scripts/generator.py b/sdk/lib/html/scripts/generator.py
index 2126d9ac706ad945213ed3a877a71d8141e2a88f..6c835881116879c5b6110e0965c5d6c2051ffd56 100644
--- a/sdk/lib/html/scripts/generator.py
+++ b/sdk/lib/html/scripts/generator.py
@@ -703,7 +703,7 @@ class InterfaceIDLTypeInfo(IDLTypeInfo):
else:
implementation_name = self.interface_name()
if self.merged_into():
- implementation_name = '%s_Merged' % implementation_name
+ implementation_name = '_%s_Merged' % implementation_name
if not self.has_generated_interface():
implementation_name = '_%s' % implementation_name
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698