Skip to content

Commit

Permalink
Roll Dart to 0cc70c4. (flutter#5133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacnak-google authored Apr 30, 2018
1 parent 7004e06 commit bb9b84f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'cd0c4e4fe1e5b69ac15c0a670f9dde2ee9733fc7',
'dart_revision': '0cc70c4a7c448078dd2aea8e45c56bc50fbbb31c',

'dart_args_tag': '1.4.1',
'dart_async_tag': '2.0.6',
Expand Down
2 changes: 2 additions & 0 deletions runtime/dart_isolate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ DartIsolate::CreateDartVMAndEmbedderObjectPair(
->GetSnapshotPointer(), //
embedder_isolate->GetIsolateSnapshot()
->GetInstructionsIfPresent(), //
nullptr, //
nullptr, //
flags, //
embedder_isolate.get(), //
error //
Expand Down
3 changes: 2 additions & 1 deletion travis/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 4ee20ccd68bd898cbc841e690a6285f7
Signature: 316af4c9992c358f8828e78e0ad2855e

UNUSED LICENSES:

Expand Down Expand Up @@ -6037,6 +6037,7 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.h
FILE: ../../../third_party/dart/runtime/vm/datastream.cc
FILE: ../../../third_party/dart/runtime/vm/finalizable_data.h
FILE: ../../../third_party/dart/runtime/vm/hash.h
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs.cc
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs.h
FILE: ../../../third_party/dart/sdk/lib/js/_js.dart
Expand Down

0 comments on commit bb9b84f

Please sign in to comment.