From 9cd1057c3e185047d78874845e52f142c579dbe9 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Thu, 20 Mar 2014 09:29:48 +0000 Subject: [PATCH] Remove unnecessary 'explicit' attribute. R=marja@chromium.org Review URL: https://codereview.chromium.org/206183002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20104 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- include/v8.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/v8.h b/include/v8.h index 02942b6..126a6f7 100644 --- a/include/v8.h +++ b/include/v8.h @@ -4121,8 +4121,7 @@ class V8_EXPORT Isolate { public: enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE }; - explicit DisallowJavascriptExecutionScope(Isolate* isolate, - OnFailure on_failure); + DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure); ~DisallowJavascriptExecutionScope(); private: -- 2.7.4