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

Side by Side Diff: runtime/bin/vmservice/client/deployed/web/packages/mutation_observer/mutation_observer.js

Issue 199633007: Switch to using pub build instead of custom build_.dart script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2013 The Polymer Authors. All rights reserved. 2 * Copyright 2013 The Polymer Authors. All rights reserved.
3 * Use of this source code is goverened by a BSD-style 3 * Use of this source code is goverened by a BSD-style
4 * license that can be found in the LICENSE file. 4 * license that can be found in the LICENSE file.
5 */ 5 */
6 6
7 // TODO(jmesserly): polyfill does not have feature testing or the definition of 7 // TODO(jmesserly): polyfill does not have feature testing or the definition of
8 // SideTable. The extra code is from: 8 // SideTable. The extra code is from:
9 // https://github.com/Polymer/CustomElements/blob/master/src/MutationObserver.js 9 // https://github.com/Polymer/CustomElements/blob/master/src/MutationObserver.js
10 // https://github.com/Polymer/CustomElements/blob/master/src/sidetable.js 10 // https://github.com/Polymer/CustomElements/blob/master/src/sidetable.js
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 } 579 }
580 580
581 clearRecords(); 581 clearRecords();
582 } 582 }
583 }; 583 };
584 584
585 global.MutationObserver = MutationObserver; 585 global.MutationObserver = MutationObserver;
586 })(window); 586 })(window);
587 587
588 } 588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698