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

Unified Diff: client/html/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 years 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/html/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_EntriesCallbackWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
similarity index 51%
rename from client/html/generated/src/wrapping/_EntriesCallbackWrappingImplementation.dart
rename to client/html/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
index a7562f1d1de17198225bbd725738a67cbe0030c8..c1425f96c516bd6750a752a24f433fccd26fd6af 100644
--- a/client/html/generated/src/wrapping/_EntriesCallbackWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
@@ -4,10 +4,8 @@
// WARNING: Do not edit - generated code.
-class EntriesCallbackWrappingImplementation extends DOMWrapperBase implements EntriesCallback {
- EntriesCallbackWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
+class SVGURIReferenceWrappingImplementation extends DOMWrapperBase implements SVGURIReference {
+ SVGURIReferenceWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
- bool handleEvent(EntryArray entries) {
- return _ptr.handleEvent(LevelDom.unwrap(entries));
- }
+ SVGAnimatedString get href() { return LevelDom.wrapSVGAnimatedString(_ptr.href); }
}

Powered by Google App Engine
This is Rietveld 408576698