Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / win / scoped_handle.h
index c8d0f39..db24f4b 100644 (file)
@@ -80,10 +80,6 @@ class GenericScopedHandle {
     return handle_;
   }
 
-  operator Handle() const {
-    return handle_;
-  }
-
   // Transfers ownership away from this object.
   Handle Take() {
     Handle temp = handle_;