Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / geometry / size.h
index 5040a01..10b90a5 100644 (file)
@@ -59,7 +59,7 @@ inline bool operator!=(const Size& lhs, const Size& rhs) {
   return !(lhs == rhs);
 }
 
-#if !defined(COMPILER_MSVC)
+#if !defined(COMPILER_MSVC) && !defined(__native_client__)
 extern template class SizeBase<Size, int>;
 #endif