Revision: 16956
Author: [email protected]
Date: Thu Sep 26 07:43:09 2013 UTC
Log: fix copy/paste error in r16955
[email protected]
BUG=
Review URL: https://codereview.chromium.org/24721002
http://code.google.com/p/v8/source/detail?r=16956
Modified:
/branches/bleeding_edge/include/v8.h
=======================================
--- /branches/bleeding_edge/include/v8.h Thu Sep 26 07:37:59 2013 UTC
+++ /branches/bleeding_edge/include/v8.h Thu Sep 26 07:43:09 2013 UTC
@@ -4052,7 +4052,7 @@
* operation; the caller must return immediately and only after the
exception
* has been handled does it become legal to invoke JavaScript operations.
*/
- Local<Value> V8_EXPORT ThrowException(Local<Value> exception);
+ Local<Value> ThrowException(Local<Value> exception);
/**
* Allows the host application to group objects together. If one
--
--
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.