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

Unified Diff: src/code-stubs.h

Issue 96083005: Remove Reloc::Mode CODE_TARGET_CONTEXT (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 7 years 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/builtins.cc ('k') | src/disassembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index f2de6166d3aefb8aa47b768dde69e0df08442560..3f5b9f81d9bf0812b7343eba836a3b4fdc9a8671 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -1047,8 +1047,8 @@ class KeyedArrayCallStub: public HICStub {
}
class ContextualBits: public BitField<bool, 0, 1> {};
- STATIC_ASSERT(CallICBase::Contextual::kShift == ContextualBits::kShift);
- STATIC_ASSERT(CallICBase::Contextual::kSize == ContextualBits::kSize);
+ STATIC_ASSERT(IC::Contextual::kShift == ContextualBits::kShift);
+ STATIC_ASSERT(IC::Contextual::kSize == ContextualBits::kSize);
class HoleyBits: public BitField<bool, 1, 1> {};
STATIC_ASSERT(Code::kArgumentsBits <= kStubMinorKeyBits - 2);
class ArgcBits: public BitField<int, 2, Code::kArgumentsBits> {};
« no previous file with comments | « src/builtins.cc ('k') | src/disassembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698