Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / geometry / insets.h
index 00b6125..0137919 100644 (file)
@@ -41,7 +41,7 @@ class GFX_EXPORT Insets : public InsetsBase<Insets, int> {
   std::string ToString() const;
 };
 
-#if !defined(COMPILER_MSVC)
+#if !defined(COMPILER_MSVC) && !defined(__native_client__)
 extern template class InsetsBase<Insets, int>;
 #endif