Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix: replace about-to-be-remove dart:profiler with dart:developer
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov committed Oct 12, 2015
1 parent 4689327 commit 2a7b0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core_dom/directive_injector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library angular.node_injector;

import 'dart:collection';
import 'dart:html' show Node, Element, ShadowRoot;
import 'dart:profiler';
import 'dart:developer';

import 'package:di/di.dart';
import 'package:di/annotations.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/tracing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
library angular.tracing;

import "dart:profiler";
import "dart:developer";

bool traceEnabled = false;
dynamic /* JsObject */ _trace;
Expand Down

0 comments on commit 2a7b0a1

Please sign in to comment.