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

Unified Diff: runtime/vm/object.h

Issue 10829332: - Split functionality of adding implicit constructors and checking (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: runtime/vm/object.h
===================================================================
--- runtime/vm/object.h (revision 10698)
+++ runtime/vm/object.h (working copy)
@@ -674,7 +674,7 @@
void Finalize() const;
- void ApplyPatch(const Class& with) const;
+ void ApplyPatch(const Class& patch) const;
// Allocate a class used for VM internal objects.
template <class FakeObject> static RawClass* New();
@@ -1609,7 +1609,7 @@
bool is_const,
bool is_abstract,
bool is_external,
- const Class& owner,
+ const Object& owner,
intptr_t token_pos);
// Allocates a new Function object representing a closure function, as well as
« no previous file with comments | « runtime/vm/dart_api_impl_test.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698