Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index e2e2ce57967c13cb686ea614d2c5c5639d8dfaf0..0d80ccf425011b9eddc0aad26b9e811ca8eb8771 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -85,6 +85,7 @@ public: |
virtual WebPlugin* createPlugin(WebFrame*, const WebPluginParams&) { return 0; } |
// May return null. |
+ // FIXME: Deprecate this. |
virtual WebSharedWorker* createSharedWorker(WebFrame*, const WebURL&, const WebString&, unsigned long long) { return 0; } |
// May return null. |