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

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

Issue 254463006: This CL contains all of the changes for splitting off all of the native (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Additional cleanup, eliminate now unused generality Created 6 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 | « tools/dom/scripts/systemnative.py ('k') | tools/dom/src/blink_native_DOMImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/templateloader_test.py
diff --git a/tools/dom/scripts/templateloader_test.py b/tools/dom/scripts/templateloader_test.py
index f4e5bed659c4d09cc19731448568475cf3772e05..3fb644faa90b1d7013f0601afc4db1a8c3814283 100755
--- a/tools/dom/scripts/templateloader_test.py
+++ b/tools/dom/scripts/templateloader_test.py
@@ -11,7 +11,7 @@ class TemplateLoaderTestCase(unittest.TestCase):
def _preprocess(self, input_text, conds):
loader = templateloader.TemplateLoader('.', [], conds)
- return loader._Preprocess(input_text, '<file>')
+ return loader._Preprocess(input_text, '<file>', conds)
def _preprocess_test(self, input_text, conds, expected_text):
« no previous file with comments | « tools/dom/scripts/systemnative.py ('k') | tools/dom/src/blink_native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698