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

Unified Diff: runtime/observatory/lib/src/elements/script_inset.dart

Issue 1287043007: Fix overly-strict parameter checking of _getCallSiteData. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « runtime/observatory/lib/src/elements/heap_profile.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/script_inset.dart
diff --git a/runtime/observatory/lib/src/elements/script_inset.dart b/runtime/observatory/lib/src/elements/script_inset.dart
index 17c0e77aeecc35c99a6ab4bfb0bac78d36c5398c..ee555cae32ec0dbc3d1e121a2804f685134d23d0 100644
--- a/runtime/observatory/lib/src/elements/script_inset.dart
+++ b/runtime/observatory/lib/src/elements/script_inset.dart
@@ -293,7 +293,7 @@ class FunctionDeclarationAnnotation extends DeclarationAnnotation {
if (function.isOptimizable == false ||
function.isInlinable == false ||
function.deoptimizations >0) {
- element.style.backgroundColor = "red";
+ element.style.backgroundColor = "#EEA7A7"; // Low-saturation red.
}
addLink(element, url);
« no previous file with comments | « runtime/observatory/lib/src/elements/heap_profile.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698