Chromium Code Reviews
DescriptionPass the 'strongMode' flag into SdkSummaryResynthesizer.
The code for DDC:
DartUriResolver createSdkPathResolver(String sdkPath) {
var sdk = new SummaryBasedDartSdk('/path/to/strong.sum', true);
return new DartUriResolver(sdk);
}
R=paulberry@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/4419e7f479ed3f4547c465f0360ea30fcef642f9
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||