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

Unified Diff: runtime/vm/object.h

Issue 8509031: Revert r1380 that is breaking frog. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 1 month 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/vm/dart_api_impl.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
===================================================================
--- runtime/vm/object.h (revision 1381)
+++ runtime/vm/object.h (working copy)
@@ -245,14 +245,6 @@
static RawClass* GetSingletonClass(int index);
static const char* GetSingletonClassName(int index);
- static RawClass* CreateAndRegisterCoreInterface(const char* cname,
- const Script& script,
- const Library& core_lib);
- static void RegisterCoreImplClass(const Class& cls,
- const char* cname,
- const Script& impl_script,
- const Library& core_impl_lib);
-
static void Init(Isolate* isolate);
static void InitFromSnapshot(Isolate* isolate);
static void InitOnce();
@@ -749,9 +741,6 @@
// Check if this type represents the 'List' interface.
bool IsListInterface() const;
- // Check if this type represents a signature type.
- bool IsSignatureType() const;
-
// Check if this type is an interface type.
bool IsInterfaceType() const {
if (!HasResolvedTypeClass()) {
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698