[cfe] Move ConstructorBodyBuilderContext
This moves the ConstructorBodyBuilder next to the ConstructorDeclaration and redirects some of its implementation to use the ConstructorDeclaration instead of the SourceConstructorBuilderImpl. This is a step towards supporting constructor patches throught fragments, where the ConstructorBodyBuilderContext must be based on the ConstructorDeclaration rather than the builder.
Change-Id: I978014db5863cadf232227d3f83fd37fd045dfb9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414502
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
https://dart.googlesource.com/sdk/+/f409226de250c0d450cfba376f7609aba9930ec6
diff --git a/DEPS b/DEPS
index be65e30..301651b 100644
--- a/DEPS
+++ b/DEPS
@@ -234,7 +234,7 @@
]
deps = {
- 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '2617dc97b3e54ea57e4a1e538a7e0e1b53d28dd6',
+ 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'f409226de250c0d450cfba376f7609aba9930ec6',
'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '92fdf29e6f290b3a3aac696c4e9560b27c402aae',
diff --git a/commits.json b/commits.json
index 98a9722..a9d2539 100644
--- a/commits.json
+++ b/commits.json
@@ -1,4 +1,4 @@
{
"flutter":"92fdf29e6f290b3a3aac696c4e9560b27c402aae",
- "flutter/engine/src/flutter/third_party/dart":"2617dc97b3e54ea57e4a1e538a7e0e1b53d28dd6"
+ "flutter/engine/src/flutter/third_party/dart":"f409226de250c0d450cfba376f7609aba9930ec6"
}
\ No newline at end of file