Revision: 9462 Author: [email protected] Date: Wed Sep 28 04:01:17 2011 Log: Make MSVS happy with ExternalAsciiStringResourceImpl
TEST=MSVS 2008 no longer generates warning C4251 for ExternalAsciiStringResourceImpl
Review URL: http://codereview.chromium.org/8056019 http://code.google.com/p/v8/source/detail?r=9462 Modified: /branches/bleeding_edge/include/v8.h ======================================= --- /branches/bleeding_edge/include/v8.h Wed Sep 21 07:46:54 2011 +++ /branches/bleeding_edge/include/v8.h Wed Sep 28 04:01:17 2011 @@ -2452,7 +2452,7 @@ // --- Extensions --- -class ExternalAsciiStringResourceImpl +class V8EXPORT ExternalAsciiStringResourceImpl : public String::ExternalAsciiStringResource { public: ExternalAsciiStringResourceImpl() : data_(0), length_(0) {} -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
