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

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

Issue 9615032: Refresh dom_frog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/_DocumentWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
index 0db4c9dd0031e644bc9b09b824f4e576a6149ba8..11350ddbdfa8176913deecbe56a9abb16e16f975 100644
--- a/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
@@ -264,10 +264,10 @@ class _DocumentWrappingImplementation extends _NodeWrappingImplementation implem
}
static bool _execCommand(receiver, command, userInterface, value) native;
- Object getCSSCanvasContext(String contextId, String name, int width, int height) {
+ CanvasRenderingContext getCSSCanvasContext(String contextId, String name, int width, int height) {
return _getCSSCanvasContext(this, contextId, name, width, height);
}
- static Object _getCSSCanvasContext(receiver, contextId, name, width, height) native;
+ static CanvasRenderingContext _getCSSCanvasContext(receiver, contextId, name, width, height) native;
Element getElementById(String elementId) {
return _getElementById(this, elementId);

Powered by Google App Engine
This is Rietveld 408576698