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

Unified Diff: runtime/vm/object.h

Issue 18737004: List class was not initialized properly (it has type parameters). Do not preinitialize it incorrect… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: runtime/vm/object.h
===================================================================
--- runtime/vm/object.h (revision 24887)
+++ runtime/vm/object.h (working copy)
@@ -788,9 +788,6 @@
// Check if this class represents the 'Function' class.
bool IsFunctionClass() const;
- // Check if this class represents the 'List' class.
- bool IsListClass() const;
-
// Check if this class represents a signature class.
bool IsSignatureClass() const {
return signature_function() != Object::null();

Powered by Google App Engine
This is Rietveld 408576698