Revision: 20542
Author:   [email protected]
Date:     Mon Apr  7 12:00:53 2014 UTC
Log:      Add missing runtime assert for LiveEdit.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/runtime.cc

=======================================
--- /branches/bleeding_edge/src/runtime.cc      Mon Apr  7 11:32:32 2014 UTC
+++ /branches/bleeding_edge/src/runtime.cc      Mon Apr  7 12:00:53 2014 UTC
@@ -13556,6 +13556,7 @@
   ASSERT(args.length() == 2);
   CONVERT_ARG_HANDLE_CHECKED(JSArray, shared_array, 0);
   CONVERT_ARG_HANDLE_CHECKED(JSArray, position_change_array, 1);
+  RUNTIME_ASSERT(SharedInfoWrapper::IsInstance(shared_array))

   LiveEdit::PatchFunctionPositions(shared_array, position_change_array);
   return isolate->heap()->undefined_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