Index: url/origin.h |
diff --git a/url/origin.h b/url/origin.h |
index 3b9f50bd8c7cb836612ab65662d1b71ede567bab..73e6248276b5baa67e59c43aa211f0fb53d0f642 100644 |
--- a/url/origin.h |
+++ b/url/origin.h |
@@ -67,7 +67,7 @@ namespace url { |
// origin.scheme(); // "https" |
// origin.host(); // "example.com" |
// origin.port(); // 443 |
-// origin.IsUnique(); // false |
+// origin.unique(); // false |
// |
// * To answer the question "Are |this| and |that| "same-origin" with each |
// other?", use |Origin::IsSameOriginWith|: |