Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index 90131933330ed841f81d0a487eb7a0c4baf5a651..f00b7ac598ef73f780a4f09017106810874ab04d 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -128,6 +128,7 @@ class WebView : protected WebWidget { |
// You can optionally modify the settings before calling this method. |
// This WebFrame will receive events for the main frame and must not |
// be null. |
+ // TODO(mustaq): The non-null param should be a reference. |
virtual void SetMainFrame(WebFrame*) = 0; |
// Initializes the various client interfaces. |