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

Unified Diff: sdk/lib/mdv_observe_impl/path_observer.dart

Issue 17434008: Move PathObserver to mdv_observe package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/mdv_observe_impl/mdv_observe_impl.dart ('k') | tests/html/path_observer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/mdv_observe_impl/path_observer.dart
diff --git a/tools/dom/src/PathObserver.dart b/sdk/lib/mdv_observe_impl/path_observer.dart
similarity index 99%
rename from tools/dom/src/PathObserver.dart
rename to sdk/lib/mdv_observe_impl/path_observer.dart
index bc07ac16976fc278b44b2339c15102ac9ca121fe..5d3fae443390f2a301fb7f814f20add008e10b97 100644
--- a/tools/dom/src/PathObserver.dart
+++ b/sdk/lib/mdv_observe_impl/path_observer.dart
@@ -2,7 +2,7 @@
// 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.
-part of html;
+part of dart.mdv_observe_impl;
// This code is inspired by ChangeSummary:
// https://github.com/rafaelw/ChangeSummary/blob/master/change_summary.js
@@ -40,7 +40,6 @@ part of html;
* This class is used to implement [Node.bind] and similar functionality.
*/
// TODO(jmesserly): find a better home for this type.
-@Experimental
class PathObserver {
/** The object being observed. */
final object;
« no previous file with comments | « sdk/lib/mdv_observe_impl/mdv_observe_impl.dart ('k') | tests/html/path_observer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698