| 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
|
|
|