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

Unified Diff: client/dom/generated/src/interface/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
Index: client/dom/generated/src/interface/Document.dart
diff --git a/client/dom/generated/src/interface/Document.dart b/client/dom/generated/src/interface/Document.dart
index d926ef338e73a1dea3163c046c4eced495bdecb8..eae19ba867cda7ae27e26b47c42756ad0e7db6e0 100644
--- a/client/dom/generated/src/interface/Document.dart
+++ b/client/dom/generated/src/interface/Document.dart
@@ -42,6 +42,8 @@ interface Document extends Node, NodeSelector {
String get domain();
+ void set domain(String value);
+
HTMLCollection get forms();
HTMLHeadElement get head();
@@ -56,6 +58,10 @@ interface Document extends Node, NodeSelector {
HTMLCollection get links();
+ Location get location();
+
+ void set location(Location value);
+
EventListener get onabort();
void set onabort(EventListener value);
@@ -280,8 +286,6 @@ interface Document extends Node, NodeSelector {
CDATASection createCDATASection(String data);
- CSSStyleDeclaration createCSSStyleDeclaration();
-
Comment createComment(String data);
DocumentFragment createDocumentFragment();
@@ -328,6 +332,8 @@ interface Document extends Node, NodeSelector {
CSSStyleDeclaration getOverrideStyle(Element element, String pseudoElement);
+ DOMSelection getSelection();
+
Node importNode(Node importedNode, bool deep);
bool queryCommandEnabled(String command);
« no previous file with comments | « client/dom/generated/src/interface/DedicatedWorkerContext.dart ('k') | client/dom/generated/src/interface/Event.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698