| 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 695a614c188dad5da682a82710b88f8bf64f08ec..fabafea447a3f045b15290296c2e52b528262632 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) native;
|
| + Node importNode(Node importedNode, [bool deep = null]) native;
|
|
|
| bool queryCommandEnabled(String command) native;
|
|
|
| @@ -152,4 +152,6 @@ class Document extends Node native "Document" {
|
| NodeList querySelectorAll(String selectors) native;
|
|
|
| void webkitCancelFullScreen() native;
|
| +
|
| + WebKitNamedFlow webkitGetFlowByName(String name) native;
|
| }
|
|
|