| Index: lib/html/scripts/systemnative.py
|
| diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
|
| index 5b8c5b6f1ba63d795843df1682afa99a2ec48277..5c8ce40c9a61f7e3e36b4625504c078da31d0ba0 100644
|
| --- a/lib/html/scripts/systemnative.py
|
| +++ b/lib/html/scripts/systemnative.py
|
| @@ -68,7 +68,7 @@ class DartiumBackend(object):
|
| '{\n'
|
| ' if (!m_callback.isIsolateAlive())\n'
|
| ' return false;\n'
|
| - ' DartIsolate::Scope scope(m_callback.isolate());\n'
|
| + ' DartIsolateScope scope(m_callback.isolate());\n'
|
| ' DartApiScope apiScope;\n'
|
| ' $ARGUMENTS_DECLARATION;\n'
|
| ' return m_callback.handleEvent($ARGUMENT_COUNT, arguments);\n'
|
|
|