diff --git a/src/lib/dom-api.html b/src/lib/dom-api.html
index caa544bcd2..7198a3de65 100644
--- a/src/lib/dom-api.html
+++ b/src/lib/dom-api.html
@@ -814,7 +814,7 @@
this._debouncers.push(debouncer);
// ensure the list of active debouncers is cleared when done.
this._finishDebouncer = Polymer.Debounce(this._finishDebouncer,
- Polymer.dom._finishFlush);
+ this._finishFlush);
},
_finishFlush: function() {