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

Unified Diff: runtime/vm/object.h

Issue 1323063004: Fix Dartium by supporting external strings as well in Symbols::FromConcatAll (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Formatting Created 5 years, 3 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 | « no previous file | runtime/vm/object_test.cc » ('j') | runtime/vm/symbols.cc » ('J')
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 04a8a0d6d8aa70d903f189a4352222e608170b99..331953f362352579854f4db08ac261410f3d9c4c 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -6523,6 +6523,7 @@ class ExternalOneByteString : public AllStatic {
friend class Class;
friend class String;
friend class SnapshotReader;
+ friend class Symbols;
};
@@ -6601,6 +6602,7 @@ class ExternalTwoByteString : public AllStatic {
friend class Class;
friend class String;
friend class SnapshotReader;
+ friend class Symbols;
};
« no previous file with comments | « no previous file | runtime/vm/object_test.cc » ('j') | runtime/vm/symbols.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698