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

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

Issue 115523003: Fix compile warning on mac (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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: tools/dom/scripts/systemnative.py
diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
index 5c70a8caf361ccbf0829c2db8889943634bc2867..7a0a28206fac5ff3ae0754ae4d20eb65e3a7a943 100644
--- a/tools/dom/scripts/systemnative.py
+++ b/tools/dom/scripts/systemnative.py
@@ -450,7 +450,7 @@ class DartiumBackend(HtmlDartGenerator):
' if (result)\n'
' Dart_SetWeakHandleReturnValue(args, result);\n'
' else {\n'
- ' DartApiScope apiScope();\n'
+ ' DartApiScope apiScope;\n'
' Dart_SetReturnValue(args, createWrapper(domData, value));\n'
' }\n'
' }\n'
« 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