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

Unified Diff: tools/dom/src/dartium_WrappedEvent.dart

Issue 1348173002: Dartium JS Enabled take 2 (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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 | « tools/dom/src/dartium_KeyEvent.dart ('k') | tools/dom/src/native_DOMImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/dartium_WrappedEvent.dart
diff --git a/tools/dom/src/dartium_WrappedEvent.dart b/tools/dom/src/dartium_WrappedEvent.dart
index 2f7b8b8345a0baf709ddf769a80706da6437ecda..9fa56fd9ddecdc8a423e3318172d2f39415d22b4 100644
--- a/tools/dom/src/dartium_WrappedEvent.dart
+++ b/tools/dom/src/dartium_WrappedEvent.dart
@@ -8,6 +8,13 @@ part of dart.html;
* Helper class to implement custom events which wrap DOM events.
*/
class _WrappedEvent implements Event {
+ /** Needed because KeyboardEvent is implements.
+ * TODO(terry): Consider making blink_jsObject private (add underscore) for
+ * all blink_jsObject. Then needed private wrap/unwrap_jso
+ * functions that delegate to a public wrap/unwrap_jso.
+ */
+ js.JsObject blink_jsObject;
+
final Event wrapped;
/** The CSS selector involved with event delegation. */
« no previous file with comments | « tools/dom/src/dartium_KeyEvent.dart ('k') | tools/dom/src/native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698