Revision: 16242
Author: [email protected]
Date: Tue Aug 20 10:46:02 2013 UTC
Log: Remove access-check-failed callback after test.
BUG=v8:2848
[email protected]
Review URL: https://codereview.chromium.org/22802013
http://code.google.com/p/v8/source/detail?r=16242
Modified:
/branches/bleeding_edge/test/cctest/test-api.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Tue Aug 20 01:37:09
2013 UTC
+++ /branches/bleeding_edge/test/cctest/test-api.cc Tue Aug 20 10:46:02
2013 UTC
@@ -20171,6 +20171,10 @@
CheckCorrectThrow("%GetLocalPropertyNames(other, true)");
CheckCorrectThrow("%DefineOrRedefineAccessorProperty("
"other, 'x', null, null, 1)");
+
+ // Reset the failed access check callback so it does not influence
+ // the other tests.
+ v8::V8::SetFailedAccessCheckCallbackFunction(NULL);
}
#endif // WIN32
--
--
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.