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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart

Issue 172853007: Rename DummyRecieverConstant to DummyConstant (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
index 3d58931414d1c1f5d55eb9668acf05ac2a9c0f56..8e8366b03e90f6c6caf3cdfdf48918a65f6bee18 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
@@ -1910,7 +1910,7 @@ class ConstantCopier implements ConstantVisitor {
void visitInterceptor(InterceptorConstant constant) => copy(constant);
- void visitDummyReceiver(DummyReceiverConstant constant) => copy(constant);
+ void visitDummy(DummyConstant constant) => copy(constant);
void visitList(ListConstant constant) {
copy(constant.entries);

Powered by Google App Engine
This is Rietveld 408576698