| 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
|
|
|
|
|