| Index: sky/engine/core/script/dart_controller.h
|
| diff --git a/sky/engine/core/script/dart_controller.h b/sky/engine/core/script/dart_controller.h
|
| index 606c816788254c928e7b9e21172cad3a6e41f929..af2de5feca30bb03d9e9f5aa46633069d12dbc7d 100644
|
| --- a/sky/engine/core/script/dart_controller.h
|
| +++ b/sky/engine/core/script/dart_controller.h
|
| @@ -45,8 +45,7 @@ class DartController {
|
| HTMLScriptElement* script);
|
|
|
| void ClearForClose();
|
| - void CreateIsolateFor(PassOwnPtr<DOMDartState> dom_dart_state,
|
| - const KURL& url);
|
| + void CreateIsolateFor(PassOwnPtr<DOMDartState> dom_dart_state);
|
| void InstallView(View* view);
|
|
|
| DOMDartState* dart_state() const { return dom_dart_state_.get(); }
|
|
|