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

Unified Diff: src/scanner.h

Issue 6196006: [Isolates] Make lint happy. (Closed)
Patch Set: Created 9 years, 11 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 | « src/isolate.h ('k') | src/scanner-base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner.h
diff --git a/src/scanner.h b/src/scanner.h
index 51cf8d2217b55aaf0b2538586be3bca9359e3095..d33b098253e4a183c2fa95b796b576b3a7352c4f 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -103,7 +103,7 @@ class StreamInitializer {
class V8JavaScriptScanner : public JavaScriptScanner {
public:
- V8JavaScriptScanner(Isolate* isolate)
+ explicit V8JavaScriptScanner(Isolate* isolate)
: JavaScriptScanner(isolate->scanner_constants()) {}
// Initialize the Scanner to scan source.
« no previous file with comments | « src/isolate.h ('k') | src/scanner-base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698