| Index: mojo/dart/embedder/dart_controller.cc
|
| diff --git a/mojo/dart/embedder/dart_controller.cc b/mojo/dart/embedder/dart_controller.cc
|
| index 17e79de73da4c5a2fa7a8e14d61d36888b78c667..b5f7cf10743799719d0dbbb1b84ee7ccdc2da11d 100644
|
| --- a/mojo/dart/embedder/dart_controller.cc
|
| +++ b/mojo/dart/embedder/dart_controller.cc
|
| @@ -414,7 +414,7 @@ Dart_Isolate DartController::IsolateCreateCallback(const char* script_uri,
|
| }
|
| // Inherit parameters from parent isolate (if any).
|
| void* dart_app = nullptr;
|
| - bool strict_compilation = true;
|
| + bool strict_compilation = false;
|
| // TODO(johnmccutchan): Use parent's setting?
|
| bool use_network_loader = false;
|
| IsolateCallbacks callbacks;
|
|
|