| 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
|
|
|