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

Unified Diff: runtime/vm/object.h

Issue 1372173005: Remove duplicate kind-to-c-string for LocalVarDescriptors. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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.cc » ('j') | runtime/vm/object.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 3e1083a052844c4b8da2f8dd2e5e1d5e35cf4ce0..8e4b24ed2981d54857c2e6d980d15e6774244fb5 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3795,7 +3795,7 @@ class LocalVarDescriptors : public Object {
static RawLocalVarDescriptors* New(intptr_t num_variables);
- static const char* KindToStr(intptr_t kind);
+ static const char* KindToCString(RawLocalVarDescriptors::VarInfoKind kind);
private:
FINAL_HEAP_OBJECT_IMPLEMENTATION(LocalVarDescriptors, Object);
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698