Commit f6f5e5ce authored by danno@chromium.org's avatar danno@chromium.org

Fix build

TBR=ager@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7713 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 71f15faf
......@@ -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());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment