| Index: lib/compiler/implementation/scanner/class_element_parser.dart
|
| diff --git a/lib/compiler/implementation/scanner/class_element_parser.dart b/lib/compiler/implementation/scanner/class_element_parser.dart
|
| index 545688c29179752ebfd51910d1736b4624e3fba8..70655d4a5a37f2d53e205ac4e40330d13e015bf2 100644
|
| --- a/lib/compiler/implementation/scanner/class_element_parser.dart
|
| +++ b/lib/compiler/implementation/scanner/class_element_parser.dart
|
| @@ -47,9 +47,7 @@ class PartialClassElement extends ClassElement {
|
| if (isPatched) {
|
| // TODO(lrn): Perhaps extract functionality so it doesn't
|
| // need compiler.
|
| - ClassNode patchNode = compiler.patchParser.parsePatchClassNode(patch);
|
| - Link<Element> patches = patch.localMembers;
|
| - compiler.applyContainerPatch(this, patches);
|
| + compiler.patchParser.parsePatchClassNode(patch);
|
| }
|
| });
|
| });
|
|
|