From: yangguo@chromium.org Date: Thu, 20 Mar 2014 09:29:48 +0000 (+0000) Subject: Remove unnecessary 'explicit' attribute. X-Git-Tag: upstream/4.7.83~10142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cd1057c3e185047d78874845e52f142c579dbe9;p=platform%2Fupstream%2Fv8.git 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 --- 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: