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

Unified Diff: client/html/generated/html/dartium/DOMApplicationCache.dart

Issue 9623017: Refactor the event-generation code to locate it in systemhtml.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 8 years, 9 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/generated/html/dartium/DOMApplicationCache.dart
diff --git a/client/html/generated/html/dartium/DOMApplicationCache.dart b/client/html/generated/html/dartium/DOMApplicationCache.dart
index c8ef61020a47a6697a26d2e6e5f5d0916579a06f..68ba95210d37ed4fa7b73f4a27044b8d017a5d9e 100644
--- a/client/html/generated/html/dartium/DOMApplicationCache.dart
+++ b/client/html/generated/html/dartium/DOMApplicationCache.dart
@@ -2,13 +2,13 @@
class _DOMApplicationCacheImpl extends _EventTargetImpl implements DOMApplicationCache {
_DOMApplicationCacheImpl._wrap(ptr) : super._wrap(ptr);
- int get status() => _wrap(_ptr.status);
-
_DOMApplicationCacheEventsImpl get on() {
if (_on == null) _on = new _DOMApplicationCacheEventsImpl(this);
return _on;
}
+ int get status() => _wrap(_ptr.status);
+
void abort() {
_ptr.abort();
return;
« no previous file with comments | « client/html/generated/html/dartium/BodyElement.dart ('k') | client/html/generated/html/dartium/Document.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698