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

Unified Diff: client/html/src/SVGDocumentWrappingImplementation.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
« no previous file with comments | « client/html/src/SVGDocument.dart ('k') | client/html/src/SVGElementInstance.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/SVGDocumentWrappingImplementation.dart
diff --git a/client/html/generated/src/interface/ArrayBuffer.dart b/client/html/src/SVGDocumentWrappingImplementation.dart
similarity index 56%
copy from client/html/generated/src/interface/ArrayBuffer.dart
copy to client/html/src/SVGDocumentWrappingImplementation.dart
index 25b52b6b9e9966d0df22f13eedcce0b2b0c47118..511dc44402d3161d7f15cfdbba29f4a349102f77 100644
--- a/client/html/generated/src/interface/ArrayBuffer.dart
+++ b/client/html/src/SVGDocumentWrappingImplementation.dart
@@ -4,7 +4,6 @@
// WARNING: Do not edit - generated code.
-interface ArrayBuffer {
-
- int get byteLength();
+class SVGDocumentWrappingImplementation extends DocumentWrappingImplementation implements SVGDocument {
+ SVGDocumentWrappingImplementation._wrap(dom.SVGDocument ptr) : super._wrap(ptr, ptr.rootElement);
}
« no previous file with comments | « client/html/src/SVGDocument.dart ('k') | client/html/src/SVGElementInstance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698