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

Unified Diff: pkg/polymer/lib/src/instance.dart

Issue 50323002: fix event logging (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/instance.dart
diff --git a/pkg/polymer/lib/src/instance.dart b/pkg/polymer/lib/src/instance.dart
index e46fda35ad9cd190f17827c30a3700f0d807f800..bf00064c6f5a661b14c68220fe0bdbf10ef72b4f 100644
--- a/pkg/polymer/lib/src/instance.dart
+++ b/pkg/polymer/lib/src/instance.dart
@@ -748,8 +748,7 @@ abstract class Polymer implements Element, Observable, NodeBindExtension {
// provide an event-binding callback.
// return (model, name, node) {
if (_eventsLog.isLoggable(Level.FINE)) {
- _eventsLog.fine('event: [${node.localName}].$name => '
- '[${model.localName}].$path())');
+ _eventsLog.fine('event: [$node].$name => [$model].$path())');
}
var eventName = _removeEventPrefix(name);
// TODO(sigmund): polymer.js dropped event translations. reconcile?
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698