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

Unified Diff: tools/dom/scripts/generator.py

Issue 12180023: "Reverting 18090" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index 0bf247207c4c2e8bb0c8ce28f406a27ba6e9c905..408147ead6b1d226acbe283e8c684ff5b82f794c 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -10,7 +10,7 @@ import copy
import json
import os
import re
-from htmlrenamer import html_interface_renames, renamed_html_members
+from htmlrenamer import html_interface_renames
# Set up json file for retrieving comments.
_current_dir = os.path.dirname(__file__)
@@ -892,10 +892,6 @@ def FindCommonAnnotations(library_name, interface_name, member_name=None):
if (dart_annotations.get(key) != None):
annotations.extend(dart_annotations.get(key))
- if (member_name and member_name.startswith('webkit') and
- key not in renamed_html_members):
- annotations.extend(_webkit_experimental_annotations)
-
return annotations
def FindDart2JSAnnotationsAndComments(idl_type, library_name, interface_name,
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698