Commit 0ff1ca3f authored by machenbach's avatar machenbach Committed by Commit bot

[gn] Remove an assert that's hard to adhere.

We don't explicitly switch off v8_use_external_startup_data
when not using a snapshot. Therefore we also shouldn't assert
this.

BUG=chromium:474921
NOTRY=true

Review-Url: https://codereview.chromium.org/2127633002
Cr-Commit-Position: refs/heads/master@{#37542}
parent 70e72549
...@@ -668,7 +668,7 @@ source_set("v8_maybe_snapshot") { ...@@ -668,7 +668,7 @@ source_set("v8_maybe_snapshot") {
":v8_snapshot", ":v8_snapshot",
] ]
} else { } else {
assert(!v8_use_external_startup_data) # Ignore v8_use_external_startup_data setting if no snapshot is used.
public_deps = [ public_deps = [
":v8_nosnapshot", ":v8_nosnapshot",
] ]
......
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