Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/parsing/scanner-character-streams.h')
-rw-r--r--deps/v8/src/parsing/scanner-character-streams.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/parsing/scanner-character-streams.h b/deps/v8/src/parsing/scanner-character-streams.h
index 12c5847f2fa..091ef5b8ea2 100644
--- a/deps/v8/src/parsing/scanner-character-streams.h
+++ b/deps/v8/src/parsing/scanner-character-streams.h
@@ -27,7 +27,6 @@ class V8_EXPORT_PRIVATE ScannerStream {
ScriptCompiler::StreamedSource::Encoding encoding,
RuntimeCallStats* stats);
- // For testing:
static std::unique_ptr<Utf16CharacterStream> ForTesting(const char* data);
static std::unique_ptr<Utf16CharacterStream> ForTesting(const char* data,
size_t length);