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

Unified Diff: sky/engine/core/script/dart_controller.cc

Issue 1163323003: sky/engine updates for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
Index: sky/engine/core/script/dart_controller.cc
diff --git a/sky/engine/core/script/dart_controller.cc b/sky/engine/core/script/dart_controller.cc
index 62665abac720fb4f9b15a720afb076927ac277ed..932973adcdfd3c07c7ffceec417d3486ce2d3d2a 100644
--- a/sky/engine/core/script/dart_controller.cc
+++ b/sky/engine/core/script/dart_controller.cc
@@ -42,11 +42,13 @@
namespace blink {
#if ENABLE(DART_STRICT)
-static const char* kCheckedModeArgs[] = {
- "--enable_asserts",
- "--enable_type_checks",
- "--error_on_bad_type",
- "--error_on_bad_override",
+static const char* kCheckedModeArgs[] = {"--enable_asserts",
+ "--enable_type_checks",
+ "--error_on_bad_type",
+ "--error_on_bad_override",
+#if WTF_OS_IOS
+ "--no-profile"
+#endif
};
#endif

Powered by Google App Engine
This is Rietveld 408576698