Reviewers: marja,

Message:
This is a follow up to https://codereview.chromium.org/203223013/

Description:
Remove unnecessary 'explicit' attribute.

[email protected]

Please review this at https://codereview.chromium.org/206183002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -2 lines):
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 02942b6f5c69a1c7c38282e57f8cb8c4ce52f597..126a6f75cee4fd139f5c08e8495f3d5dd8db295e 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:


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to