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

Unified Diff: tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate

Issue 22277008: Fixing analyzer issue on AbstractWorker (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
diff --git a/pkg/watcher/lib/watcher.dart b/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
similarity index 59%
copy from pkg/watcher/lib/watcher.dart
copy to tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
index c4824b8ec86518a118e48104d01b1efeb8a31680..2349ce5e3dcae4427c8501381f1b0c436dee14e6 100644
--- a/pkg/watcher/lib/watcher.dart
+++ b/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
@@ -2,7 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library watcher;
+part of $LIBRARYNAME;
-export 'src/watch_event.dart';
-export 'src/directory_watcher.dart';
+@DocsEditable()
+$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS implements EventTarget$NATIVESPEC {
+$!MEMBERS}
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698