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

Unified Diff: webkit/extensions/v8/playback_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/heap_profiler_extension.h ('k') | webkit/extensions/v8/profiler_extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/extensions/v8/playback_extension.h
diff --git a/webkit/extensions/v8/playback_extension.h b/webkit/extensions/v8/playback_extension.h
index 3dc2be30796329b15a90e8fe924624a135c693e3..c425ea0aa710bea308b0762c164cdf7f3cd23800 100644
--- a/webkit/extensions/v8/playback_extension.h
+++ b/webkit/extensions/v8/playback_extension.h
@@ -6,6 +6,8 @@
#define WEBKIT_EXTENSIONS_V8_PLAYBACK_EXTENSION_H_
#pragma once
+#include "webkit/extensions/webkit_extensions_export.h"
+
namespace v8 {
class Extension;
}
@@ -25,7 +27,7 @@ namespace extensions_v8 {
// in exactly the same order in which they were recorded.
class PlaybackExtension {
public:
- static v8::Extension* Get();
+ WEBKIT_EXTENSIONS_EXPORT static v8::Extension* Get();
};
} // namespace extensions_v8
« no previous file with comments | « webkit/extensions/v8/heap_profiler_extension.h ('k') | webkit/extensions/v8/profiler_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698