Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: third_party/WebKit/Source/web/WebKit.cpp

Issue 1787643003: Remove initializeWithoutV8 and shutdownWithoutV8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/ImageDecodeBench.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/.
« no previous file with comments | « third_party/WebKit/Source/web/ImageDecodeBench.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698