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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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/DedicatedWorkerContext.dart ('k') | client/dom/generated/src/frog/Event.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 01d08f8f91b0e3e7772abf7dcbef31aa542b37d5..83a73c64954f600a60ca7690149f7dacf9a5150d 100644
--- a/client/dom/generated/src/frog/Document.dart
+++ b/client/dom/generated/src/frog/Document.dart
@@ -43,6 +43,8 @@ class Document extends Node native "Document" {
HTMLCollection links;
+ Location location;
+
EventListener onabort;
EventListener onbeforecopy;
@@ -167,8 +169,6 @@ class Document extends Node native "Document" {
CDATASection createCDATASection(String data) native;
- CSSStyleDeclaration createCSSStyleDeclaration() native;
-
Comment createComment(String data) native;
DocumentFragment createDocumentFragment() native;
@@ -215,6 +215,8 @@ class Document extends Node native "Document" {
CSSStyleDeclaration getOverrideStyle(Element element, String pseudoElement) native;
+ DOMSelection getSelection() native;
+
Node importNode(Node importedNode, bool deep) native;
bool queryCommandEnabled(String command) native;
« no previous file with comments | « client/dom/generated/src/frog/DedicatedWorkerContext.dart ('k') | client/dom/generated/src/frog/Event.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698