Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebWorkerPermissionClientProxy.h
index eb42012..95b2c4d 100644 (file)
@@ -46,6 +46,7 @@ class WebWorkerPermissionClientProxy {
 public:
     virtual ~WebWorkerPermissionClientProxy() { }
 
+    // Deprecated: This function should be removed.
     virtual bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize)
     {
         return true;