Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: public/web/WebDocument.h

Issue 246433004: Rename cookieURL to inheritedURL and add inheritedURL() to WebDocument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/dom/Document.h ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index d17d428e14288b77ed35da72812484f4391d7458..36ac5e2c78916b977c8229a826f0e156d93b886e 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -76,7 +76,8 @@ public:
void assign(const WebDocument& e) { WebNode::assign(e); }
BLINK_EXPORT WebURL url() const;
- // Note: Security checks should use the securityOrigin(), not url().
+ // Note: Security checks should use the securityOrigin() or inheritedURL(), not url().
+ BLINK_EXPORT WebURL inheritedURL() const;
BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
BLINK_EXPORT WebString encoding() const;
« Source/core/dom/Document.h ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698