diff options
Diffstat (limited to 'extensions/renderer/script_context.h')
-rw-r--r-- | extensions/renderer/script_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/renderer/script_context.h b/extensions/renderer/script_context.h index b59a97f..48c873c 100644 --- a/extensions/renderer/script_context.h +++ b/extensions/renderer/script_context.h @@ -133,7 +133,7 @@ class ScriptContext : public RequestSender::Source { // Get the URL of this context's web frame. // // TODO(kalman): Remove this and replace with a GetOrigin() call which reads - // of WebDocument::securityOrigin(): + // of WebDocument::getSecurityOrigin(): // - The URL can change (e.g. pushState) but the origin cannot. Luckily it // appears as though callers don't make security decisions based on the // result of url() so it's not a problem... yet. |