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

Unified Diff: client/dom/templates/html/impl/impl_DocumentFragment.darttemplate

Issue 9838081: Regenerate HTML bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/frog/dom_frog.dart ('k') | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698