Revision: 22705
Author:   [email protected]
Date:     Wed Jul 30 12:19:19 2014 UTC
Log:      Fix the build

BUG=
[email protected]

Review URL: https://codereview.chromium.org/427113005
http://code.google.com/p/v8/source/detail?r=22705

Modified:
 /branches/bleeding_edge/src/arm64/stub-cache-arm64.cc

=======================================
--- /branches/bleeding_edge/src/arm64/stub-cache-arm64.cc Wed Jul 30 12:01:48 2014 UTC +++ /branches/bleeding_edge/src/arm64/stub-cache-arm64.cc Wed Jul 30 12:19:19 2014 UTC
@@ -1026,7 +1026,7 @@
   Register holder_reg = Frontend(receiver(), name);

// Stub never generated for non-global objects that require access checks.
-  ASSERT(holder->IsJSGlobalProxy() || !holder->IsAccessCheckNeeded());
+  ASSERT(holder()->IsJSGlobalProxy() || !holder()->IsAccessCheckNeeded());

   // receiver() and holder_reg can alias.
   ASSERT(!AreAliased(receiver(), scratch1(), scratch2(), value()));

--
--
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/d/optout.

Reply via email to