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

Unified Diff: Source/bindings/dart/scripts/dart_attributes.py

Issue 290803003: Remove auto-setup table. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1916
Patch Set: merged Created 6 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/bindings/IDLExtendedAttributes.txt ('k') | Source/bindings/dart/scripts/dart_methods.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/scripts/dart_attributes.py
diff --git a/Source/bindings/dart/scripts/dart_attributes.py b/Source/bindings/dart/scripts/dart_attributes.py
index 1b20ee0bffcce9b02d244c1be48dcfeb5404e17f..b34fbda75d748ce6abeab3c17c33c6e5818165a2 100644
--- a/Source/bindings/dart/scripts/dart_attributes.py
+++ b/Source/bindings/dart/scripts/dart_attributes.py
@@ -86,7 +86,7 @@ def generate_attribute(interface, attribute):
attribute.name == 'onerror'):
includes.add('bindings/v8/V8ErrorHandler.h')
- is_auto_scope = dart_types.is_auto_scope_property(interface.name, attribute.name)
+ is_auto_scope = not 'DartNoAutoScope' in extended_attributes
contents = {
'access_control_list': access_control_list(attribute),
'activity_logging_world_list_for_getter': dart_utilities.activity_logging_world_list(attribute, 'Getter'), # [ActivityLogging]
« no previous file with comments | « Source/bindings/IDLExtendedAttributes.txt ('k') | Source/bindings/dart/scripts/dart_methods.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698