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

Unified Diff: Source/core/scripts/name_macros.py

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 7 months 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 | « Source/core/page/Selection.idl ('k') | Source/core/workers/WorkerContext.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/name_macros.py
diff --git a/Source/core/scripts/name_macros.py b/Source/core/scripts/name_macros.py
index 4700e26a80017a92eb947dfded676147089721ac..4c4601d9779a29c9ac544a0c5a9b6f1a59b96c2f 100644
--- a/Source/core/scripts/name_macros.py
+++ b/Source/core/scripts/name_macros.py
@@ -72,7 +72,6 @@ def _name_for_entry(entry):
return entry['interfaceName']
return os.path.basename(entry['name'])
-
class Writer(in_generator.Writer):
def __init__(self, in_file_path):
super(Writer, self).__init__(in_file_path)
« no previous file with comments | « Source/core/page/Selection.idl ('k') | Source/core/workers/WorkerContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698