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

Unified Diff: client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart

Issue 9125011: Fix for Issue 1075 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 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 | « client/dom/generated/src/interface/Console.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart
index 9f540c25a1fe8adb1c74b21711ad417910d5f7c7..080645302e593915e582eed4245404241cc7d919 100644
--- a/client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart
@@ -17,11 +17,11 @@ class _ConsoleWrappingImplementation extends DOMWrapperBase implements Console {
List get profiles() { return _get_profiles(this); }
static List _get_profiles(var _this) native;
- void assert(bool condition) {
- _assert(this, condition);
+ void assert_(bool condition) {
+ _assert_(this, condition);
return;
}
- static void _assert(receiver, condition) native;
+ static void _assert_(receiver, condition) native;
void count() {
_count(this);
« no previous file with comments | « client/dom/generated/src/interface/Console.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698