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

Unified Diff: client/dom/generated/src/frog/Document.dart

Issue 9103001: Revert "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
« no previous file with comments | « client/dom/generated/src/frog/DirectoryEntry.dart ('k') | client/dom/generated/src/frog/Entry.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 fabafea447a3f045b15290296c2e52b528262632..695a614c188dad5da682a82710b88f8bf64f08ec 100644
--- a/client/dom/generated/src/frog/Document.dart
+++ b/client/dom/generated/src/frog/Document.dart
@@ -135,7 +135,7 @@ class Document extends Node native "Document" {
DOMSelection getSelection() native;
- Node importNode(Node importedNode, [bool deep = null]) native;
+ Node importNode(Node importedNode, bool deep) native;
bool queryCommandEnabled(String command) native;
@@ -152,6 +152,4 @@ class Document extends Node native "Document" {
NodeList querySelectorAll(String selectors) native;
void webkitCancelFullScreen() native;
-
- WebKitNamedFlow webkitGetFlowByName(String name) native;
}
« no previous file with comments | « client/dom/generated/src/frog/DirectoryEntry.dart ('k') | client/dom/generated/src/frog/Entry.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698