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

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: redo! 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
Index: lib/src/common/js_proxy.dart
diff --git a/lib/src/common/js_proxy.dart b/lib/src/common/js_proxy.dart
index 1bb5f44463bca2a039ccee4939d5ade7d8349340..0f9a12b7221c34dffde531dc6172551217dee3aa 100644
--- a/lib/src/common/js_proxy.dart
+++ b/lib/src/common/js_proxy.dart
@@ -62,7 +62,6 @@ class JsProxyReflectable extends Reflectable {
superclassQuantifyCapability,
const StaticInvokeCapability('hostAttributes'));
}
-
const jsProxyReflectable = const JsProxyReflectable();
final JsObject _polymerDart = context['Polymer']['Dart'];

Powered by Google App Engine
This is Rietveld 408576698