From 8d549fb1c0c339ea8e8b642e850996823d79d2c3 Mon Sep 17 00:00:00 2001 From: "dcarney@chromium.org" Date: Thu, 26 Sep 2013 07:43:09 +0000 Subject: [PATCH] fix copy/paste error in r16955 TBR=mstarzinger@chromium.org BUG= Review URL: https://codereview.chromium.org/24721002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16956 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8.h b/include/v8.h index aa392b7..c384c42 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 V8_EXPORT ThrowException(Local exception); + Local ThrowException(Local exception); /** * Allows the host application to group objects together. If one -- 2.7.4