Commit ade29503 authored by ivica.bogosavljevic's avatar ivica.bogosavljevic Committed by Commit bot

Fix compilation failure with GCC 5

BUG=

Review-Url: https://codereview.chromium.org/2353943002
Cr-Commit-Position: refs/heads/master@{#39576}
parent b0b97bfc
......@@ -17,8 +17,6 @@ namespace {
const char src_simple[] = "function foo() { var x = 2 * a() + b; }";
static UnicodeCache* unicode_cache = new UnicodeCache();
std::unique_ptr<Scanner> make_scanner(const char* src) {
std::unique_ptr<Scanner> scanner(new Scanner(new UnicodeCache()));
scanner->Initialize(ScannerStream::ForTesting(src).release());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment