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

Unified Diff: src/v8.h

Issue 2416243002: Make unittests work in component build (Closed)
Patch Set: updates Created 4 years, 2 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 | « src/utils.h ('k') | src/wasm/ast-decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index a1b18b20d6c05bb62dcc25eab20b07f19a4ae8bc..e49cb0061ca7c2d51623077b04ef8934022499bb 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -7,6 +7,7 @@
#include "include/v8.h"
#include "src/allocation.h"
+#include "src/globals.h"
namespace v8 {
namespace internal {
@@ -25,7 +26,7 @@ class V8 : public AllStatic {
static void InitializePlatform(v8::Platform* platform);
static void ShutdownPlatform();
- static v8::Platform* GetCurrentPlatform();
+ V8_EXPORT_PRIVATE static v8::Platform* GetCurrentPlatform();
// Replaces the current platform with the given platform.
// Should be used only for testing.
static void SetPlatformForTesting(v8::Platform* platform);
« no previous file with comments | « src/utils.h ('k') | src/wasm/ast-decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698