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

Unified Diff: webkit/extensions/v8/heap_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/gc_extension.h ('k') | webkit/extensions/v8/playback_extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/extensions/v8/heap_profiler_extension.h
diff --git a/webkit/extensions/v8/heap_profiler_extension.h b/webkit/extensions/v8/heap_profiler_extension.h
index 9d3abb39e138a4de3926987dce7b9f3171299c9b..6e28b20782837a23ae8d8946ce867654117919ee 100644
--- a/webkit/extensions/v8/heap_profiler_extension.h
+++ b/webkit/extensions/v8/heap_profiler_extension.h
@@ -6,6 +6,8 @@
#define WEBKIT_EXTENSIONS_V8_HEAP_PROFILER_EXTENSION_H_
#pragma once
+#include "webkit/extensions/webkit_extensions_export.h"
+
namespace v8 {
class Extension;
}
@@ -16,7 +18,7 @@ namespace extensions_v8 {
// dumping native heap profiles. This should only be used for debugging.
class HeapProfilerExtension {
public:
- static v8::Extension* Get();
+ WEBKIT_EXTENSIONS_EXPORT static v8::Extension* Get();
};
} // namespace extensions_v8
« no previous file with comments | « webkit/extensions/v8/gc_extension.h ('k') | webkit/extensions/v8/playback_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698