Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / mojo / public / cpp / bindings / lib / bindings_internal.h
index 6e87cbd..f12be10 100644 (file)
@@ -64,7 +64,7 @@ T FetchAndReset(T* ptr) {
 }
 
 template <typename H> struct IsHandle {
-  static const bool value = IsBaseOf<Handle, H>::value;
+  enum { value = IsBaseOf<Handle, H>::value };
 };
 
 template <typename T, bool move_only = IsMoveOnlyType<T>::value>