| Index: lib/html/scripts/systemnative.py
|
| diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
|
| index af51295ded949de03fe0bc43370a158572aeee24..573dd7fb132688cd1dc00c7709cb671fb8648944 100644
|
| --- a/lib/html/scripts/systemnative.py
|
| +++ b/lib/html/scripts/systemnative.py
|
| @@ -66,7 +66,7 @@ class DartiumBackend(object):
|
| '\n'
|
| 'bool $CLASS_NAME::handleEvent($PARAMETERS)\n'
|
| '{\n'
|
| - ' if (!m_callback.isolate()->isAlive())\n'
|
| + ' if (!m_callback.isolate())\n'
|
| ' return false;\n'
|
| ' DartIsolate::Scope scope(m_callback.isolate());\n'
|
| ' DartApiScope apiScope;\n'
|
|
|