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

Unified Diff: client/dom/templates/html/dartium/impl_EventTarget.darttemplate

Issue 9553011: Fix dartium checked mode build break. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « no previous file | client/dom/templates/html/impl/impl_Node.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/html/dartium/impl_EventTarget.darttemplate
diff --git a/client/dom/templates/html/dartium/impl_EventTarget.darttemplate b/client/dom/templates/html/dartium/impl_EventTarget.darttemplate
index 6cad86779008d9006e84346ce5be3b6a8abf635f..651758c0b03542666d7f4b04faddf7183644624e 100644
--- a/client/dom/templates/html/dartium/impl_EventTarget.darttemplate
+++ b/client/dom/templates/html/dartium/impl_EventTarget.darttemplate
@@ -50,7 +50,7 @@ class _EventListenerListImpl implements EventListenerList {
// TODO(jacobr): what is the correct behavior here. We could alternately
// force the event to have the expected type.
assert(evt.type == _type);
- return _ptr._dispatchEvent(_unwrap(evt));
+ return _ptr._dispatchEvent(evt);
}
void _add(EventListener listener, bool useCapture) {
« no previous file with comments | « no previous file | client/dom/templates/html/impl/impl_Node.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698