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

Unified Diff: client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart

Issue 9114060: Manually reapply changes to get around shadowing warning. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart b/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
index 9e8e851967f11a1f60201efa41f5748bc62f7fc3..f6be38d1be6e21207b7d2c98af1f2b036243b3c1 100644
--- a/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
@@ -56,8 +56,8 @@ class _InjectedScriptHostWrappingImplementation extends DOMWrapperBase implement
}
static void _inspect(receiver, objectId, hints) native;
- Object inspectedNode(int num) {
- return _inspectedNode(this, num);
+ Object inspectedNode(int num_) {
+ return _inspectedNode(this, num_);
}
static Object _inspectedNode(receiver, num) native;

Powered by Google App Engine
This is Rietveld 408576698