Commit 9cd1057c authored by yangguo@chromium.org's avatar yangguo@chromium.org

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
parent d7d4452e
...@@ -4121,8 +4121,7 @@ class V8_EXPORT Isolate { ...@@ -4121,8 +4121,7 @@ class V8_EXPORT Isolate {
public: public:
enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE }; enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE };
explicit DisallowJavascriptExecutionScope(Isolate* isolate, DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);
OnFailure on_failure);
~DisallowJavascriptExecutionScope(); ~DisallowJavascriptExecutionScope();
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment