| Index: lib/runtime/dart/isolate.js
|
| diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js
|
| index 170ce660e1591e619ae599778a031fbff43b74dc..52272a90a6f4126e590f9f07755c9cfa461768bb 100644
|
| --- a/lib/runtime/dart/isolate.js
|
| +++ b/lib/runtime/dart/isolate.js
|
| @@ -160,7 +160,7 @@ var isolate;
|
| ReceivePort() {
|
| return new _isolate_helper.ReceivePortImpl();
|
| }
|
| - ReceivePort$fromRawReceivePort(rawPort) {
|
| + fromRawReceivePort(rawPort) {
|
| return new _isolate_helper.ReceivePortImpl.fromRawReceivePort(rawPort);
|
| }
|
| }
|
|
|