Commit bc49e1e1 authored by jochen's avatar jochen Committed by Commit bot

After trying once to create a Realm in regress-crbug-501711.js give up

R=hpayer@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1261123003

Cr-Commit-Position: refs/heads/master@{#29946}
parent b2f56b85
...@@ -8,7 +8,11 @@ function f() { ...@@ -8,7 +8,11 @@ function f() {
try { try {
f(); f();
} catch(e) { } catch(e) {
Realm.create(); try {
Realm.create();
} catch (e) {
quit();
}
} }
} }
f(); f();
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