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

Unified Diff: tools/dom/dom.py

Issue 40983002: Renamed contains in the rectangle class to containsRectangle. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/math/rectangle.dart ('k') | tools/dom/templates/html/impl/impl_ClientRect.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.py
diff --git a/tools/dom/dom.py b/tools/dom/dom.py
index c362f55cabcf0326648bcbac381dd530fe7350d4..e0bbfddaf73b69639a65f95aefd0c208cd9596dd 100755
--- a/tools/dom/dom.py
+++ b/tools/dom/dom.py
@@ -80,7 +80,6 @@ def compile_dart2js(dart_file, checked):
dart2js_path,
dart_file,
'--library-root=sdk/',
- '--disallow-unsafe-eval',
floitsch 2013/10/24 18:27:30 unrelated change?
Emily Fortuna 2013/10/24 18:28:27 It's actually related. We use this script to test
'-o%s' % out_file
]
if checked:
« no previous file with comments | « sdk/lib/math/rectangle.dart ('k') | tools/dom/templates/html/impl/impl_ClientRect.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698