| Index: client/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/client/dom/templates/html/impl/impl_DocumentFragment.darttemplate b/client/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index 9d8338eb8a165ea10aaea3f395c66f275eace3d0..92c1df03f5bbd43fb098a516043275496bae8345 100644
|
| --- a/client/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/client/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -241,6 +241,7 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| void scrollByPages(int pages) {}
|
| void scrollIntoView([bool centerIfNeeded]) {}
|
| void webkitRequestFullScreen(int flags) {}
|
| + void webkitRequestFullscreen() {}
|
|
|
| // Setters throw errors rather than being no-ops because we aren't going to
|
| // retain the values that were set, and erroring out seems clearer.
|
|
|