Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: lib/compiler/implementation/scanner/class_element_parser.dart

Issue 11016027: Patch cleanup. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/compiler/implementation/patch_parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
});
});
« no previous file with comments | « lib/compiler/implementation/patch_parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698