summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/plugins/pepper_url_request_info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/pepper_url_request_info.cc b/webkit/glue/plugins/pepper_url_request_info.cc
index 5ffdc67..92cc5d0 100644
--- a/webkit/glue/plugins/pepper_url_request_info.cc
+++ b/webkit/glue/plugins/pepper_url_request_info.cc
@@ -164,7 +164,7 @@ bool URLRequestInfo::SetBooleanProperty(PP_URLRequestProperty_Dev property,
stream_to_file_ = value;
return true;
default:
- NOTIMPLEMENTED(); // TODO(darin): Implement me!
+ //NOTIMPLEMENTED(); // TODO(darin): Implement me!
return false;
}
}