| Index: third_party/WebKit/Source/web/WebKit.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
|
| index 70f7984c901a45c39885fefba7ab1b9980eb1853..29cca01e48ae9546d7714862f35b04edc91aafc9 100644
|
| --- a/third_party/WebKit/Source/web/WebKit.cpp
|
| +++ b/third_party/WebKit/Source/web/WebKit.cpp
|
| @@ -103,12 +103,6 @@ v8::Isolate* mainThreadIsolate()
|
| return V8PerIsolateData::mainThreadIsolate();
|
| }
|
|
|
| -// TODO(haraken): Remove this function.
|
| -void initializeWithoutV8(Platform* platform)
|
| -{
|
| - Platform::initialize(platform);
|
| -}
|
| -
|
| void shutdown()
|
| {
|
| ThreadState::current()->cleanupMainThread();
|
| @@ -129,12 +123,6 @@ void shutdown()
|
| Platform::shutdown();
|
| }
|
|
|
| -// TODO(haraken): Remove this function.
|
| -void shutdownWithoutV8()
|
| -{
|
| - Platform::shutdown();
|
| -}
|
| -
|
| // TODO(tkent): The following functions to wrap LayoutTestSupport should be
|
| // moved to public/platform/.
|
|
|
|
|