 Chromium Code Reviews
 Chromium Code Reviews Issue 1450393002:
  Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0  (Closed) 
  Base URL: git@github.com:dart-lang/fletch.git@master
    
  
    Issue 1450393002:
  Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0  (Closed) 
  Base URL: git@github.com:dart-lang/fletch.git@master| Index: lib/math/math_patch.dart | 
| diff --git a/lib/math/math_patch.dart b/lib/math/math_patch.dart | 
| index 47edcff7336481213c70e59d64cfaae778f6eeca..75093b2716785fa132661fab09f028ebde69ee04 100644 | 
| --- a/lib/math/math_patch.dart | 
| +++ b/lib/math/math_patch.dart | 
| @@ -3,8 +3,7 @@ | 
| // BSD-style license that can be found in the LICENSE.md file. | 
| import 'dart:fletch._system' as fletch; | 
| - | 
| -const patch = "patch"; | 
| +import 'dart:fletch._system' show patch; | 
| @patch class Random { | 
| @patch factory Random([int seed]) { |