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

Unified Diff: lib/dom/scripts/systemnative.py

Issue 10224002: Remove now unnecessary custom getter suppressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemnative.py
diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
index 416af3de7e16362fac1222c49f542baa86924311..c43239525e8e0cf297c420d1ed2becc79fd9c370 100644
--- a/lib/dom/scripts/systemnative.py
+++ b/lib/dom/scripts/systemnative.py
@@ -464,10 +464,11 @@ class NativeImplementationGenerator(systemwrapping.WrappingInterfaceGenerator):
# FIXME: these should go away.
classes_with_unsupported_custom_getters = [
- 'Clipboard', 'Console', 'Coordinates', 'DeviceMotionEvent',
- 'DeviceOrientationEvent', 'FileReader', 'JavaScriptCallFrame',
- 'HTMLInputElement', 'HTMLOptionsCollection', 'HTMLOutputElement',
- 'ScriptProfileNode', 'WebKitAnimation']
+ 'Coordinates',
+ 'FileReader',
+ 'HTMLOutputElement',
+ 'ScriptProfileNode',
+ 'WebKitAnimation' ]
if (self._interface.id in classes_with_unsupported_custom_getters and
getter and set(['Custom', 'CustomGetter']) & set(getter.ext_attrs)):
return
« 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