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

Unified Diff: lib/html/scripts/systemhtml.py

Issue 10942017: Fixing up Table.createTBody et al. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporating review feedback. Created 8 years, 3 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 | « lib/html/dart2js/html_dart2js.dart ('k') | lib/html/templates/html/dart2js/impl_TableElement.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/systemhtml.py
diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
index be7d42ddb3da163492dc0edbdec6298367770e53..e1e4d4259d7c59fbaa8c8db79536ddfaf747a0b4 100644
--- a/lib/html/scripts/systemhtml.py
+++ b/lib/html/scripts/systemhtml.py
@@ -20,6 +20,7 @@ _js_custom_members = set([
'IFrameElement.contentWindow',
'MouseEvent.offsetX',
'MouseEvent.offsetY',
+ 'TableElement.createTBody',
'Window.document',
'Window.top',
'Window.location',
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | lib/html/templates/html/dart2js/impl_TableElement.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698