diff options
Diffstat (limited to 'webkit/extensions/v8/heap_profiler_extension.h')
-rw-r--r-- | webkit/extensions/v8/heap_profiler_extension.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/extensions/v8/heap_profiler_extension.h b/webkit/extensions/v8/heap_profiler_extension.h index 9d3abb39..6e28b20 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 |