Revision: 17064
Author: [email protected]
Date: Wed Oct 2 08:40:15 2013 UTC
Log: Fix compile error.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/25674004
http://code.google.com/p/v8/source/detail?r=17064
Modified:
/branches/bleeding_edge/src/runtime.cc
=======================================
--- /branches/bleeding_edge/src/runtime.cc Wed Oct 2 08:29:34 2013 UTC
+++ /branches/bleeding_edge/src/runtime.cc Wed Oct 2 08:40:15 2013 UTC
@@ -1571,7 +1571,7 @@
ASSERT(!obj->IsAccessCheckNeeded() || obj->IsJSObject());
do {
if (obj->IsAccessCheckNeeded() &&
- !isolate->MayNamedAccessWrapper(obj,
+ !isolate->MayNamedAccessWrapper(Handle<JSObject>::cast(obj),
isolate->factory()->proto_string(),
v8::ACCESS_GET)) {
isolate->ReportFailedAccessCheck(JSObject::cast(*obj),
v8::ACCESS_GET);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.