Reviewers: Michael Starzinger,
Message:
Committed patchset #1 manually as r16956 (presubmit successful).
Description:
fix copy/paste error in r16955
[email protected]
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=16956
Please review this at https://codereview.chromium.org/24721002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M include/v8.h
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index
aa392b7c7cc68195a4f95aab07373b853dd2bfef..c384c42c2c5e38492641212a15a6e5c49af5b8fc
100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4052,7 +4052,7 @@ class V8_EXPORT Isolate {
* 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.