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

Unified Diff: client/dom/generated/src/frog/Document.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
« no previous file with comments | « client/dom/generated/src/frog/DataTransferItem.dart ('k') | client/dom/generated/src/frog/IDBDatabase.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/Document.dart
diff --git a/client/dom/generated/src/frog/Document.dart b/client/dom/generated/src/frog/Document.dart
index c267269c01f9f78d8a53e980d6274223591639e1..a90cf8adb70bf3489fa30a24497d9eda6291f5e4 100644
--- a/client/dom/generated/src/frog/Document.dart
+++ b/client/dom/generated/src/frog/Document.dart
@@ -119,7 +119,7 @@ class _DocumentJs extends _NodeJs implements Document native "*Document" {
bool execCommand(String command, bool userInterface, String value) native;
- Object getCSSCanvasContext(String contextId, String name, int width, int height) native;
+ _CanvasRenderingContextJs getCSSCanvasContext(String contextId, String name, int width, int height) native;
_ElementJs getElementById(String elementId) native;
« no previous file with comments | « client/dom/generated/src/frog/DataTransferItem.dart ('k') | client/dom/generated/src/frog/IDBDatabase.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698