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

Unified Diff: runtime/vm/coverage.h

Issue 392933003: vm/observatory: Clean up script access (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/bin/vmservice/client/lib/src/service/object.dart ('k') | runtime/vm/coverage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/coverage.h
diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
index 5cc1ec13b22b094aad6a0a0dd16ee30335a7afa7..cdeb0a6c04e8990b552905e6df09385497b70a38 100644
--- a/runtime/vm/coverage.h
+++ b/runtime/vm/coverage.h
@@ -26,7 +26,7 @@ class String;
class CoverageFilter : public ValueObject {
public:
virtual bool ShouldOutputCoverageFor(const Library& lib,
- const String& script_url,
+ const Script& script,
const Class& cls,
const Function& func) const = 0;
virtual ~CoverageFilter() {}
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/service/object.dart ('k') | runtime/vm/coverage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698