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

Unified Diff: client/html/src/DOMWrapperBase.dart

Issue 8363040: Implement measurement using futures (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: take2 Created 9 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
Index: client/html/src/DOMWrapperBase.dart
diff --git a/client/html/src/DOMWrapperBase.dart b/client/html/src/DOMWrapperBase.dart
index c25786327b874acf736f809e154245ef4c883cb2..8cf063c3673d8a7c3c2116d549000a1f3bd70b98 100644
--- a/client/html/src/DOMWrapperBase.dart
+++ b/client/html/src/DOMWrapperBase.dart
@@ -12,3 +12,7 @@ class DOMWrapperBase {
}
}
+/** This function is provided for unittest purposes only. */
+unwrapDomObject(DOMWrapperBase wrapper) {
+ return wrapper._ptr;
+}

Powered by Google App Engine
This is Rietveld 408576698