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

Unified Diff: webkit/extensions/v8/profiler_extension.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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 | « webkit/extensions/v8/playback_extension.h ('k') | webkit/extensions/webkit_extensions_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/extensions/v8/profiler_extension.h
diff --git a/webkit/extensions/v8/profiler_extension.h b/webkit/extensions/v8/profiler_extension.h
index 70324641bdb3adedd6d4458895cdeb3c3e3de43e..8098cb74e5c2739447249d37a71b47ab7121a390 100644
--- a/webkit/extensions/v8/profiler_extension.h
+++ b/webkit/extensions/v8/profiler_extension.h
@@ -6,6 +6,8 @@
#define WEBKIT_EXTENSIONS_V8_PROFILER_EXTENSION_H_
#pragma once
+#include "webkit/extensions/webkit_extensions_export.h"
+
namespace v8 {
class Extension;
}
@@ -17,7 +19,7 @@ namespace extensions_v8 {
// name is to distinguish it from the built-in V8 Profiler.
class ProfilerExtension {
public:
- static v8::Extension* Get();
+ WEBKIT_EXTENSIONS_EXPORT static v8::Extension* Get();
};
} // namespace extensions_v8
« no previous file with comments | « webkit/extensions/v8/playback_extension.h ('k') | webkit/extensions/webkit_extensions_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698