Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: include/v8.h

Issue 206183002: Remove unnecessary 'explicit' attribute. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698