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

Unified Diff: gin/try_catch.h

Issue 101583004: [gin] Turn gin into a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 7 years 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
« gin/array_buffer.h ('K') | « gin/runner.h ('k') | gin/wrappable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/try_catch.h
diff --git a/gin/try_catch.h b/gin/try_catch.h
index 390fb2247936b2470091b3f8f95fdd9a803c969e..633b909234139c3040333732b9166b70f4e21b97 100644
--- a/gin/try_catch.h
+++ b/gin/try_catch.h
@@ -8,12 +8,13 @@
#include <string>
#include "base/basictypes.h"
+#include "gin/gin_export.h"
#include "v8/include/v8.h"
namespace gin {
// TryCatch is a convenient wrapper around v8::TryCatch.
-class TryCatch {
+class GIN_EXPORT TryCatch {
public:
TryCatch();
~TryCatch();
« gin/array_buffer.h ('K') | « gin/runner.h ('k') | gin/wrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698