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

Unified Diff: runtime/vm/object.h

Issue 1316123004: Improve display of simd vector types and stack traces in Observatory. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 236814749f8e1fba1a14e091000096b092f4244f..4243f0c46b338ff434ff18b443e2227947562899 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -7655,8 +7655,6 @@ class Stacktrace : public Instance {
const Array& pc_offset_array,
Heap::Space space = Heap::kNew);
- RawString* FullStacktrace() const;
-
// The argument 'max_frames' limits the number of printed frames.
const char* ToCStringInternal(intptr_t* frame_index,
intptr_t max_frames = kMaxInt32) const;

Powered by Google App Engine
This is Rietveld 408576698