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

Unified Diff: gin/modules/console.h

Issue 101583004: [gin] Turn gin into a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 7 years 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
Index: gin/modules/console.h
diff --git a/gin/modules/console.h b/gin/modules/console.h
index 259fdaa7c0048b3b508a5022e51267da8ec64c74..8753961dd2b35cf3d002a9782415632f4d8ad929 100644
--- a/gin/modules/console.h
+++ b/gin/modules/console.h
@@ -5,13 +5,14 @@
#ifndef GIN_MODULES_CONSOLE_H_
#define GIN_MODULES_CONSOLE_H_
+#include "gin/gin_export.h"
#include "v8/include/v8.h"
namespace gin {
// The Console module provides a basic API for printing to stdout. Over time,
// we'd like to evolve the API to match window.console in browsers.
-class Console {
+class GIN_EXPORT Console {
public:
static const char kModuleName[];
static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
« gin/array_buffer.h ('K') | « gin/gin_export.h ('k') | gin/modules/file_module_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698