Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index 3adc3ff0641b0c44e990cc25a5031437286350b8..312d4793ec52bf14abeeaf620f6ee0275911ef4a 100644 |
--- a/chrome/common/notification_type.h |
+++ b/chrome/common/notification_type.h |
@@ -510,7 +510,7 @@ class NotificationType { |
// invoked on. The details are a std::pair<int, Value*> with the int giving |
// the id returned from ExecuteJavascriptInWebFrameNotifyResult and the |
// Value the results of the javascript expression. The Value is owned by |
- // RenderViewHost. |
+ // RenderViewHost and may be a Null Value. |
EXECUTE_JAVASCRIPT_RESULT, |
// BackgroundContents ------------------------------------------------------ |