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

Unified Diff: runtime/vm/object.cc

Issue 2583153002: Set correct script on fields in kernel. (Closed)
Patch Set: Created 4 years 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/object.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 14a9b6342e531e446bb6d7de622b27ef62467593..f6c634c223afae8a4a3b5bad9d27a9366e3e13e2 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -7468,7 +7468,7 @@ RawField* Field::New(const String& name,
bool is_final,
bool is_const,
bool is_reflectable,
- const Class& owner,
+ const Object& owner,
const AbstractType& type,
TokenPosition token_pos) {
ASSERT(!owner.IsNull());
« no previous file with comments | « runtime/vm/object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698