Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: include/v8.h

Issue 24721002: fix copy/paste error in r16955 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698