Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / nacl_io / html5fs / html5_fs_node.cc
index 9166291..a178d85 100644 (file)
@@ -317,4 +317,9 @@ void Html5FsNode::Destroy() {
   Node::Destroy();
 }
 
+Error Html5FsNode::Fchmod(mode_t mode) {
+  // html5fs does not support any kinds of permissions or mode bits.
+  return 0;
+}
+
 }  // namespace nacl_io