| Index: sky/engine/web/Sky.cpp
|
| diff --git a/sky/engine/web/Sky.cpp b/sky/engine/web/Sky.cpp
|
| index 2aa1382829243ffc71fde7f5b4c159fdc199b363..7d79f596f1d9147a1fd3495efa436fd61a07ada7 100644
|
| --- a/sky/engine/web/Sky.cpp
|
| +++ b/sky/engine/web/Sky.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "sky/engine/core/frame/Settings.h"
|
| #include "sky/engine/core/Init.h"
|
| #include "sky/engine/core/page/Page.h"
|
| -#include "sky/engine/core/script/dart_controller.h"
|
| +#include "sky/engine/core/script/dart_init.h"
|
| #include "sky/engine/platform/LayoutTestSupport.h"
|
| #include "sky/engine/platform/Logging.h"
|
| #include "sky/engine/public/platform/Platform.h"
|
| @@ -141,7 +141,7 @@ void initialize(Platform* platform)
|
| // this, initializing this lazily probably doesn't buy us much.
|
| WTF::UTF8Encoding();
|
|
|
| - DartController::InitVM();
|
| + InitDartVM();
|
|
|
| addMessageLoopObservers();
|
| }
|
|
|