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

Unified Diff: src/compiler/frame.h

Issue 1542143003: Fix a few -Wignored-qualifiers warnings. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 12 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 | « src/compiler/code-generator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/frame.h
diff --git a/src/compiler/frame.h b/src/compiler/frame.h
index e82036ff5a14535c52258ee9e775de47a2eb5f7f..3c9c77aa0af01b8a6ac4921dfd1f20ab3aa19e21 100644
--- a/src/compiler/frame.h
+++ b/src/compiler/frame.h
@@ -228,7 +228,7 @@ class FrameAccessState : public ZoneObject {
SetFrameAccessToDefault();
}
- Frame* const frame() const { return frame_; }
+ Frame* frame() const { return frame_; }
int sp_delta() const { return sp_delta_; }
void ClearSPDelta() { sp_delta_ = 0; }
« no previous file with comments | « src/compiler/code-generator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698