Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 57da5f3cf3ce53b2ffc63d86967d02932bdc3f56..1bba6d1f4828df0e6713755b4fa15114f685e46d 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -188,7 +188,7 @@ class CodeStub BASE_EMBEDDED { |
// Returns information for computing the number key. |
virtual Major MajorKey() const = 0; |
- virtual uint32_t MinorKey() const { return minor_key_; } |
+ uint32_t MinorKey() const { return minor_key_; } |
virtual InlineCacheState GetICState() const { return UNINITIALIZED; } |
virtual ExtraICState GetExtraICState() const { return kNoExtraICState; } |