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

Unified Diff: lib/src/common/js_proxy.dart

Issue 1351693003: Update to use one less proxy per element (Closed) Base URL: git@github.com:dart-lang/polymer-dart.git@behaviors
Patch Set: update comments Created 5 years, 3 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 | « lib/polymer.html ('k') | lib/src/common/polymer_descriptor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/common/js_proxy.dart
diff --git a/lib/src/common/js_proxy.dart b/lib/src/common/js_proxy.dart
index eb6417aad27d8b3d6fc541a39d4fc1dae7986812..ded23bbb30c0019edeaef125d15e84e009afbcac 100644
--- a/lib/src/common/js_proxy.dart
+++ b/lib/src/common/js_proxy.dart
@@ -68,7 +68,6 @@ class JsProxyReflectable extends Reflectable {
superclassQuantifyCapability,
const StaticInvokeCapability('hostAttributes'));
}
-
const jsProxyReflectable = const JsProxyReflectable();
final JsObject _polymerDart = context['Polymer']['Dart'];
« no previous file with comments | « lib/polymer.html ('k') | lib/src/common/polymer_descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698