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

Unified Diff: runtime/vm/object.h

Issue 246173002: Revert "Mark private functions in dart:* that are native or constructors as not visible (omitted fr… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/lib/mirrors.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 0929721cd6b51b79f1c93923fab4dc82b774bc97..38296c762c2c8c08669c187f9e5670595ff063b9 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2639,13 +2639,6 @@ class Library : public Object {
raw_ptr()->debuggable_ = value;
}
- bool is_dart_scheme() const {
- return raw_ptr()->is_dart_scheme_;
- }
- void set_is_dart_scheme(bool value) const {
- raw_ptr()->is_dart_scheme_ = value;
- }
-
bool IsCoreLibrary() const {
return raw() == CoreLibrary();
}
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698