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

Unified Diff: src/unique.h

Issue 460593003: Initial import of ChangeLowering. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Created 6 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: src/unique.h
diff --git a/src/unique.h b/src/unique.h
index 373a5bea8a5584f1172a7c1ebad7b1c4dbf83e1c..ffc659fa10a33179580e2108b8a819471b056e7e 100644
--- a/src/unique.h
+++ b/src/unique.h
@@ -174,7 +174,7 @@ class PrintableUnique : public Unique<T> {
return PrintableUnique<T>(zone, reinterpret_cast<Address>(*handle), handle);
}
- const char* string() { return string_; }
+ const char* string() const { return string_; }
private:
const char* string_;

Powered by Google App Engine
This is Rietveld 408576698