Fix build
TBR=ager@chromium.org git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7713 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
71f15faf70
commit
f6f5e5ce43
2
src/ic.h
2
src/ic.h
@ -328,7 +328,7 @@ class LoadIC: public IC {
|
||||
class KeyedLoadIC: public IC {
|
||||
public:
|
||||
explicit KeyedLoadIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) {
|
||||
ASSERT(target()->is_keyed_load_stub() ||
|
||||
ASSERT(target()->is_keyed_load_stub() ||
|
||||
target()->is_external_array_load_stub());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user