Revision: 20104
Author: [email protected]
Date: Thu Mar 20 09:29:48 2014 UTC
Log: Remove unnecessary 'explicit' attribute.
[email protected]
Review URL: https://codereview.chromium.org/206183002
http://code.google.com/p/v8/source/detail?r=20104
Modified:
/branches/bleeding_edge/include/v8.h
=======================================
--- /branches/bleeding_edge/include/v8.h Wed Mar 19 13:24:13 2014 UTC
+++ /branches/bleeding_edge/include/v8.h Thu Mar 20 09:29:48 2014 UTC
@@ -4121,8 +4121,7 @@
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.