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

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

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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/_LocationWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
index c1ba9f28f3938b243d954097956ac34b926c54e2..f697b38af88ae71fa408723790248f904b9eb2e9 100644
--- a/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
@@ -68,11 +68,6 @@ class _LocationWrappingImplementation extends DOMWrapperBase implements Location
}
static void _assign(receiver, url) native;
- String getParameter(String name) {
- return _getParameter(this, name);
- }
- static String _getParameter(receiver, name) native;
-
void reload() {
_reload(this);
return;

Powered by Google App Engine
This is Rietveld 408576698